diff options
Diffstat (limited to 'Libraries/Button/button_handler.h')
-rw-r--r-- | Libraries/Button/button_handler.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Libraries/Button/button_handler.h b/Libraries/Button/button_handler.h index 76b21d1..86118fa 100644 --- a/Libraries/Button/button_handler.h +++ b/Libraries/Button/button_handler.h @@ -3,19 +3,16 @@ #include <stdint.h> - typedef enum { - BUTTON_SINGLE_FORWARD, BUTTON_SINGLE_BACKWARD, BUTTON_HOLD_FORWARD, BUTTON_HOLD_BACKWARD, BUTTON_LONG - } ButtonCombName_t; void ButtonInit ( void ); uint8_t Button_GetCurrButtons ( void ); void Button_ProcessFSM ( void ); -#endif //BUTTON_HANDLER_INCLUDED
\ No newline at end of file +#endif //BUTTON_HANDLER_INCLUDED |