diff options
| -rw-r--r-- | libmaple/timer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/timer.c b/libmaple/timer.c index 220a543..367e1f4 100644 --- a/libmaple/timer.c +++ b/libmaple/timer.c @@ -40,7 +40,7 @@   * [7] = BRK. */  #define NR_ADV_HANDLERS                 8  /* Update, capture/compare 1,2,3,4; <junk>; trigger. */ -#define NR_GEN_HANDLERS                 6 +#define NR_GEN_HANDLERS                 7  /* Update only. */  #define NR_BAS_HANDLERS                 1  | 
