aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-01-30 21:48:54 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-01-30 21:48:54 -0500
commit404a2892b7b08b6d0222402309065967c773d3a5 (patch)
tree7f82df5375e9968da03554059b274a802fecf883 /libmaple
parent63f518711ffba22e912ab2b68d5f39e60ff04996 (diff)
downloadlibrambutan-404a2892b7b08b6d0222402309065967c773d3a5.tar.gz
librambutan-404a2892b7b08b6d0222402309065967c773d3a5.zip
Ported examples/test-session.cpp to work on Mini
Diffstat (limited to 'libmaple')
-rw-r--r--libmaple/timers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmaple/timers.h b/libmaple/timers.h
index 8d28f60..99bcab6 100644
--- a/libmaple/timers.h
+++ b/libmaple/timers.h
@@ -208,6 +208,8 @@ typedef enum {
TIMER4, /*< General purpose timer TIM4 */
#if NR_TIMERS >= 8
TIMER5, /*< General purpose timer TIM5; high density only */
+ /* FIXME maple native: put timers 6 and 7 back in and make the
+ corresponding changes to timers.c */
/* TIMER6, /\*< Basic timer TIM6; high density only *\/ */
/* TIMER7, /\*< Basic timer TIM7; high density only *\/ */
TIMER8, /*< Advanced control timer TIM8; high density only */