Most parts of the menu structure are functional.
Error handler added Screens for warning, pause, FINISH etc yet to be added git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@255 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -58,7 +58,8 @@
|
||||
typedef enum
|
||||
{
|
||||
RELEASED = 0,
|
||||
PRESSED = (!RELEASED)
|
||||
PRESSED = (!RELEASED),
|
||||
NUMBER_OF_KEY_EVENTS
|
||||
} Keypad_KeyState;
|
||||
|
||||
struct KeypadQueueItem
|
||||
|
||||
Reference in New Issue
Block a user