summaryrefslogtreecommitdiff
path: root/fw/fe310/test/phone.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-09-04 18:39:21 +0200
committerUros Majstorovic <majstor@majstor.org>2022-09-04 18:39:21 +0200
commitd894eb01e9c979d0eb51f9495a7cf7281c213302 (patch)
tree9849af7b4c62cc22e61ff7e51c0169674d073986 /fw/fe310/test/phone.h
parentfc98d3809e0db36d634f290417b9152f87f83e3e (diff)
removed old test
Diffstat (limited to 'fw/fe310/test/phone.h')
-rw-r--r--fw/fe310/test/phone.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fw/fe310/test/phone.h b/fw/fe310/test/phone.h
deleted file mode 100644
index f346a38..0000000
--- a/fw/fe310/test/phone.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#define VOICE_STATE_IDLE 0
-#define VOICE_STATE_DIAL 1
-#define VOICE_STATE_RING 2
-#define VOICE_STATE_CIP 3
-
-void app_phone(EVEWindow *window, EVEViewStack *stack);
-void app_phone_action(EVEForm *form);
-void app_phone_init(void);
-unsigned char app_phone_state_get(void);