diff options
Diffstat (limited to 'fw/fe310/eos/app/root.h')
-rw-r--r-- | fw/fe310/eos/app/root.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fw/fe310/eos/app/root.h b/fw/fe310/eos/app/root.h index 09284e2..37f1448 100644 --- a/fw/fe310/eos/app/root.h +++ b/fw/fe310/eos/app/root.h @@ -21,7 +21,6 @@ typedef struct APPWidgetSpec { } widget; } APPWidgetSpec; - -void app_root_init(void); +void app_root_init(eve_page_constructor_t home_page); EVEForm *app_form_create(EVEWindow *window, EVEPageStack *stack, APPWidgetSpec spec[], uint16_t spec_size, eve_page_destructor_t destructor); -void app_form_destroy(EVEForm *form);
\ No newline at end of file +void app_form_destroy(EVEForm *form); |