diff options
Diffstat (limited to 'cc3200/mods/pybtimer.h')
-rw-r--r-- | cc3200/mods/pybtimer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/mods/pybtimer.h b/cc3200/mods/pybtimer.h index 849e41ed74..4e9de138d8 100644 --- a/cc3200/mods/pybtimer.h +++ b/cc3200/mods/pybtimer.h @@ -34,5 +34,4 @@ extern const mp_obj_type_t pyb_timer_type; DECLARE PUBLIC FUNCTIONS ******************************************************************************/ void timer_init0 (void); -void timer_disable_all (void); |