diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-03-23 21:33:57 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-03-23 21:33:57 +0100 |
commit | 8c61343677d2ed8f929372863016524707b8ab93 (patch) | |
tree | 59f2c65f006bcf20c0b9a6a73c53a100d08775a2 /fw/fe310/test/main.c | |
parent | 98941cdc89d93f5387bb98a443f06408321acc8f (diff) |
form scroll completed
Diffstat (limited to 'fw/fe310/test/main.c')
-rw-r--r-- | fw/fe310/test/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/fe310/test/main.c b/fw/fe310/test/main.c index dc43473..8ec7790 100644 --- a/fw/fe310/test/main.c +++ b/fw/fe310/test/main.c @@ -70,10 +70,12 @@ int main() { eos_init(); + app_form_init(); app_screen_init(app_home_page); app_status_init(); app_phone_init(); app_wifi_init(); + app_cell_dev_init(); app_cell_pdp_init(); eos_evtq_loop(); |