From a5a94dea7043fa6b65693cf0cc11d426d49c637d Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 24 Oct 2022 19:57:30 +0200 Subject: added SMS app; fixed phone app --- fw/fe310/phone/phone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/fe310/phone/phone.h') 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 -- cgit v1.2.3