Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mutatrum committed Dec 2, 2024
1 parent cef9b3f commit 78ec3c8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main/display.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

esp_err_t display_init(void * pvParameters);

#endif /* DISPLAY_H_ */
#endif /* DISPLAY_H_ */
2 changes: 1 addition & 1 deletion main/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

esp_err_t input_init(void (*button_short_clicked_cb)(void), void (*button_long_pressed_cb)(void));

#endif /* INPUT_H_ */
#endif /* INPUT_H_ */
2 changes: 1 addition & 1 deletion main/logo.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ const lv_image_dsc_t logo = {
.header.h = 30,
.data_size = 2310 * 2,
.data = logo_map,
};
};
1 change: 0 additions & 1 deletion main/screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,3 @@ esp_err_t screen_start(void * pvParameters)

return ESP_OK;
}

2 changes: 1 addition & 1 deletion main/screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ typedef enum {
esp_err_t screen_start(void * pvParameters);
void screen_next(void);

#endif /* SCREEN_H_ */
#endif /* SCREEN_H_ */

0 comments on commit 78ec3c8

Please sign in to comment.