aboutsummaryrefslogtreecommitdiff
path: root/teensy/timer.h
diff options
context:
space:
mode:
authorDave Hylands2014-09-21 22:40:42 -0700
committerDave Hylands2014-09-23 23:19:36 -0700
commit53d5fa641f322739ca372adcd1d4b53d5e2c0357 (patch)
treef1a4d6d3f82dfc8747f6b31022a126624561e03f /teensy/timer.h
parent2c180f7ccc456e1768fd1cb9a86399808672a237 (diff)
Add pulse_width_percent to teensy.
Fix stmhal and teensy print routines to report actual prescaler an period. Fix teensy build to use soft-float Add USE_ARDUINO_TOOLCHAIN option to teensy build
Diffstat (limited to 'teensy/timer.h')
-rw-r--r--teensy/timer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/teensy/timer.h b/teensy/timer.h
index a7b297856..bfa7636f4 100644
--- a/teensy/timer.h
+++ b/teensy/timer.h
@@ -25,7 +25,6 @@
*/
extern const mp_obj_type_t pyb_timer_type;
-extern const mp_obj_type_t pyb_timer_channel_type;
void timer_init0(void);
void timer_deinit(void);