diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-02-28 18:38:37 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-02-28 18:38:37 +0100 |
commit | 6a4c8a1f11f6a7bd57b0fd618f455bcdecbfe538 (patch) | |
tree | 6d16dbc38b3bac0e91d39f3e86bb6810761ddb84 /fw/fe310/test/main.c | |
parent | 468e81e6da66f6dfec3a4857dc6e2f370ab180f1 (diff) |
net send will do selected spi dev pause/resume if more is set and netowk is not active
Diffstat (limited to 'fw/fe310/test/main.c')
-rw-r--r-- | fw/fe310/test/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/test/main.c b/fw/fe310/test/main.c index 6801b97..7516fe8 100644 --- a/fw/fe310/test/main.c +++ b/fw/fe310/test/main.c @@ -74,7 +74,7 @@ int main() { eos_init(); - app_root_init(app_home_page); + app_screen_init(app_home_page); app_status_init(); app_phone_init(); app_wifi_init(); |