From 2a260911f5abc4e03cb41474a49e01a571395155 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 3 Mar 2023 00:02:25 +0300 Subject: Remove precious comments, change encoding to utf-8 --- Libraries/Button/button_handler.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Libraries/Button/button_handler.h') 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 - 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 -- cgit v1.2.3