aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/nvic.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/nvic.h')
-rw-r--r--libmaple/nvic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmaple/nvic.h b/libmaple/nvic.h
index 2a54b27..6004c36 100644
--- a/libmaple/nvic.h
+++ b/libmaple/nvic.h
@@ -63,8 +63,8 @@ enum {
NVIC_USART1 = 37,
NVIC_USART2 = 38,
NVIC_USART3 = 39,
- NVIC_USART4 = 52, // high density only
- NVIC_USART5 = 53, // high density only
+ NVIC_UART4 = 52, // high density only
+ NVIC_UART5 = 53, // high density only
NVIC_EXTI0 = 6,
NVIC_EXTI1 = 7,