diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-02-24 19:50:20 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-02-24 19:50:20 +0100 |
commit | 3050565531af2b3a09f2213893f10c64cf9fe43f (patch) | |
tree | 689d10ca064dba4480a85b6ec14a4eb8305d5c89 /fw/fe310/test/cell_data.h | |
parent | d0a0fee0571be63f023f8f6a49a0b76b89871e56 (diff) |
added test app with voice, wifi/cellular data connectivity examples
Diffstat (limited to 'fw/fe310/test/cell_data.h')
-rw-r--r-- | fw/fe310/test/cell_data.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fw/fe310/test/cell_data.h b/fw/fe310/test/cell_data.h new file mode 100644 index 0000000..69ae2ef --- /dev/null +++ b/fw/fe310/test/cell_data.h @@ -0,0 +1,4 @@ +void app_cell_data(EVEWindow *window, EVEViewStack *stack); +void app_cell_data_action(EVEForm *form); +void app_cell_data_close(EVEForm *form); +void app_cell_data_init(void);
\ No newline at end of file |