aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/usart.h
diff options
context:
space:
mode:
authorUwe Hermann2009-07-25 02:35:46 +0200
committerUwe Hermann2009-07-25 02:35:46 +0200
commitc26541c4c5e2766f4f20a70867cb46d043b9273c (patch)
tree63f09d9da5ffab385c992a0b9113c335cd442cea /include/libopenstm32/usart.h
parent5ba3aae7d70ed223f035dbcc32fdc4d8b585ff1d (diff)
Some random cosmetic changes and additional comments.
Diffstat (limited to 'include/libopenstm32/usart.h')
-rw-r--r--include/libopenstm32/usart.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/libopenstm32/usart.h b/include/libopenstm32/usart.h
index 1408611..31ea1ad 100644
--- a/include/libopenstm32/usart.h
+++ b/include/libopenstm32/usart.h
@@ -24,11 +24,11 @@
/* --- Convenience macros -------------------------------------------------- */
-#define USART1 USART1_BASE
-#define USART2 USART2_BASE
-#define USART3 USART3_BASE
-#define UART4 UART4_BASE
-#define UART5 UART5_BASE
+#define USART1 USART1_BASE
+#define USART2 USART2_BASE
+#define USART3 USART3_BASE
+#define UART4 UART4_BASE
+#define UART5 UART5_BASE
/* --- USART registers ----------------------------------------------------- */