mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-12-21 14:58:49 -05:00
Add undef
This commit is contained in:
parent
298a108ca4
commit
a13d659936
@ -245,7 +245,7 @@ int8_t SFG_keyPressed(uint8_t key)
|
||||
checkMouse(<)
|
||||
|
||||
#undef checkMouse
|
||||
|
||||
|
||||
return 0;
|
||||
break;
|
||||
|
||||
@ -253,6 +253,8 @@ int8_t SFG_keyPressed(uint8_t key)
|
||||
|
||||
default: return 0; break;
|
||||
}
|
||||
|
||||
#undef k
|
||||
}
|
||||
|
||||
int running;
|
||||
|
Loading…
Reference in New Issue
Block a user