compile warning about redefinition

This commit is contained in:
Jeff Epler 2025-02-28 10:09:57 -06:00
parent 33c1208b8c
commit 52c019e7b7

View file

@ -102,6 +102,7 @@ static volatile bool cancelled = false;
static volatile uint8_t curTransfer = 0;
static uint8_t nbTransfer = 0;
#undef B16
/* VGA structures / constants */
#define R16(rgb) ((rgb>>8)&0xf8)
#define G16(rgb) ((rgb>>3)&0xfc)