diff options
Diffstat (limited to 'fw/fe310/eos/eve/eve_touch.h')
-rw-r--r-- | fw/fe310/eos/eve/eve_touch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/fe310/eos/eve/eve_touch.h b/fw/fe310/eos/eve/eve_touch.h index e3e92b0..8ec6e0e 100644 --- a/fw/fe310/eos/eve/eve_touch.h +++ b/fw/fe310/eos/eve/eve_touch.h @@ -118,4 +118,5 @@ EVETouchTimer *eve_timer_get_obj(void); void eve_timer_start(uint8_t tag0, uint32_t to); void eve_timer_stop(void); +int eve_timer_running(void); void eve_touch_clear_tag0(void); |