From 404a2892b7b08b6d0222402309065967c773d3a5 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Sun, 30 Jan 2011 21:48:54 -0500 Subject: Ported examples/test-session.cpp to work on Mini --- libmaple/timers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmaple/timers.h') 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 */ -- cgit v1.2.3