diff options
Diffstat (limited to 'fw/fe310/eos/app/status.c')
-rw-r--r-- | fw/fe310/eos/app/status.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fw/fe310/eos/app/status.c b/fw/fe310/eos/app/status.c index 39c471e..fb278be 100644 --- a/fw/fe310/eos/app/status.c +++ b/fw/fe310/eos/app/status.c @@ -19,5 +19,3 @@ int app_status_touch(EVEView *v, uint8_t tag0, int touch_idx) { uint8_t app_status_draw(EVEView *v, uint8_t tag0) { return tag0; } - - |