aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/nvic.h
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-09-05 23:22:19 -0400
committerbnewbold <bnewbold@robocracy.org>2010-09-05 23:22:19 -0400
commit552da8705245a876c2e816bab93edc2cb39f94e3 (patch)
tree737dd3cf3ad2d090e421d62ca194f0a7dc3c125a /libmaple/nvic.h
parentae64a19745b9f2b14e7b78ae3736f2853f27508e (diff)
downloadlibrambutan-552da8705245a876c2e816bab93edc2cb39f94e3.tar.gz
librambutan-552da8705245a876c2e816bab93edc2cb39f94e3.zip
timer fixes for maple native
Diffstat (limited to 'libmaple/nvic.h')
-rw-r--r--libmaple/nvic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmaple/nvic.h b/libmaple/nvic.h
index 4e425c5..4f4972d 100644
--- a/libmaple/nvic.h
+++ b/libmaple/nvic.h
@@ -64,6 +64,7 @@ enum {
NVIC_TIMER5 = 50, // high density only (Maple Native)
NVIC_TIMER6 = 54, // high density only (Maple Native)
NVIC_TIMER7 = 55, // high density only (Maple Native)
+ NVIC_TIMER8 = 46, // high density only (Maple Native)
NVIC_USART1 = 37,
NVIC_USART2 = 38,
NVIC_USART3 = 39,