aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/rcc.h
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-02-15 20:00:10 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-02-15 20:00:10 -0500
commit620740bf1986311041a40bd2992d1b549f84b2ba (patch)
tree5c3f606912cb3c659e2b0bce9f489be3c96c1295 /libmaple/rcc.h
parent2e7fa60e435469d102522b0bc490ef4f21bbb989 (diff)
downloadlibrambutan-620740bf1986311041a40bd2992d1b549f84b2ba.tar.gz
librambutan-620740bf1986311041a40bd2992d1b549f84b2ba.zip
undoing USART[45] -> UART[45] mistake
Diffstat (limited to 'libmaple/rcc.h')
-rw-r--r--libmaple/rcc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmaple/rcc.h b/libmaple/rcc.h
index deb567c..a7c4c53 100644
--- a/libmaple/rcc.h
+++ b/libmaple/rcc.h
@@ -158,8 +158,8 @@ enum {
RCC_USART1,
RCC_USART2,
RCC_USART3,
- RCC_USART4, // High-density devices only (Maple Native)
- RCC_USART5, // High-density devices only (Maple Native)
+ RCC_UART4, // High-density devices only (Maple Native)
+ RCC_UART5, // High-density devices only (Maple Native)
RCC_TIMER1,
RCC_TIMER2,
RCC_TIMER3,