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