summaryrefslogtreecommitdiff
path: root/fw/fe310/test/app/app_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/test/app/app_status.h')
-rw-r--r--fw/fe310/test/app/app_status.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fw/fe310/test/app/app_status.h b/fw/fe310/test/app/app_status.h
deleted file mode 100644
index 262d29c..0000000
--- a/fw/fe310/test/app/app_status.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdint.h>
-
-int app_status_touch(EVEView *view, EVETouch *touch, uint16_t evt, uint8_t tag0);
-uint8_t app_status_draw(EVEView *view, uint8_t tag0);
-void app_status_msg_set(char *msg, int refresh);