diff options
Diffstat (limited to 'fw/fe310/eos/app/app_status.c')
-rw-r--r-- | fw/fe310/eos/app/app_status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/fe310/eos/app/app_status.c b/fw/fe310/eos/app/app_status.c index 3ebfba9..3fdb45a 100644 --- a/fw/fe310/eos/app/app_status.c +++ b/fw/fe310/eos/app/app_status.c @@ -11,10 +11,10 @@ #include "app_status.h" -int app_status_touch(EVEView *v, uint8_t tag0, int touch_idx) { +int app_status_touch(EVEView *view, EVETouch *touch, uint16_t evt, uint8_t tag0) { return 0; } -uint8_t app_status_draw(EVEView *v, uint8_t tag0) { +uint8_t app_status_draw(EVEView *view, uint8_t tag0) { return tag0; } |