Formatting
This commit is contained in:
parent
03101b1624
commit
54b94fd016
19 changed files with 43 additions and 36 deletions
|
|
@ -11,11 +11,11 @@ typedef enum module {
|
|||
hlc_tft_display
|
||||
} module_t;
|
||||
|
||||
module_t module_master;
|
||||
extern module_t module_master;
|
||||
|
||||
bool module_post_init_kb(void);
|
||||
bool module_housekeeping_task_kb(void);
|
||||
bool display_module_housekeeping_task_kb(bool second_display);
|
||||
bool module_post_init_user(void);
|
||||
bool module_housekeeping_task_user(void);
|
||||
bool display_module_housekeeping_task_user(bool second_display);
|
||||
bool display_module_housekeeping_task_user(bool second_display);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue