diff options
author | Oxore <oxore@protonmail.com> | 2023-03-03 00:02:25 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-03 00:24:54 +0300 |
commit | 2a260911f5abc4e03cb41474a49e01a571395155 (patch) | |
tree | a2342b619430d52c06cc90f37ad19b1eba3b7a10 /Libraries/Button/button_handler.h | |
parent | d16620e6ba7467e9ef99bf61336ccd8fb4dfd813 (diff) |
Remove precious comments, change encoding to utf-8
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 |