summaryrefslogtreecommitdiff
path: root/fw/fe310/phone/phone.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-10-24 19:57:30 +0200
committerUros Majstorovic <majstor@majstor.org>2022-10-24 19:57:30 +0200
commita5a94dea7043fa6b65693cf0cc11d426d49c637d (patch)
tree97b73d5c42a581f1962f07db96313207f84e7a61 /fw/fe310/phone/phone.h
parentd8d94a9c2f13b1a7c6d0c209f9757e3f1f122e0b (diff)
added SMS app; fixed phone app
Diffstat (limited to 'fw/fe310/phone/phone.h')
-rw-r--r--fw/fe310/phone/phone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/phone/phone.h b/fw/fe310/phone/phone.h
index c7f8a82..c7ab167 100644
--- a/fw/fe310/phone/phone.h
+++ b/fw/fe310/phone/phone.h
@@ -3,7 +3,7 @@
#define PHONE_STATE_RING 2
#define PHONE_STATE_CIP 3
+void phone_init(void);
int phone_app(EVEWindow *window, EVEViewStack *stack);
int phone_uievt(EVEPage *page, uint16_t evt, void *param);
void phone_close(EVEPage *page);
-void phone_init(void); \ No newline at end of file