compile warning about redefinition
This commit is contained in:
parent
33c1208b8c
commit
52c019e7b7
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue