diff --git a/main/display.h b/main/display.h index 45646619..9cdc5e97 100644 --- a/main/display.h +++ b/main/display.h @@ -3,4 +3,4 @@ esp_err_t display_init(void * pvParameters); -#endif /* DISPLAY_H_ */ \ No newline at end of file +#endif /* DISPLAY_H_ */ diff --git a/main/input.h b/main/input.h index d4384ed1..6dc95acd 100644 --- a/main/input.h +++ b/main/input.h @@ -3,4 +3,4 @@ esp_err_t input_init(void (*button_short_clicked_cb)(void), void (*button_long_pressed_cb)(void)); -#endif /* INPUT_H_ */ \ No newline at end of file +#endif /* INPUT_H_ */ diff --git a/main/logo.c b/main/logo.c index d66b633b..6ce55f2e 100644 --- a/main/logo.c +++ b/main/logo.c @@ -61,4 +61,4 @@ const lv_image_dsc_t logo = { .header.h = 30, .data_size = 2310 * 2, .data = logo_map, -}; \ No newline at end of file +}; diff --git a/main/screen.c b/main/screen.c index 75e1b438..bb8a0c98 100644 --- a/main/screen.c +++ b/main/screen.c @@ -319,4 +319,3 @@ esp_err_t screen_start(void * pvParameters) return ESP_OK; } - diff --git a/main/screen.h b/main/screen.h index 1d585d26..ef509120 100644 --- a/main/screen.h +++ b/main/screen.h @@ -18,4 +18,4 @@ typedef enum { esp_err_t screen_start(void * pvParameters); void screen_next(void); -#endif /* SCREEN_H_ */ \ No newline at end of file +#endif /* SCREEN_H_ */