aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f4/usart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopencm3/stm32/f4/usart.h')
-rw-r--r--include/libopencm3/stm32/f4/usart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/f4/usart.h b/include/libopencm3/stm32/f4/usart.h
index 5c4f939..d59f906 100644
--- a/include/libopencm3/stm32/f4/usart.h
+++ b/include/libopencm3/stm32/f4/usart.h
@@ -30,6 +30,6 @@
/* --- USART_CR3 values ---------------------------------------------------- */
/* ONEBIT: One sample bit method enable */
-#define USART_CR3_ONEBIT (1 << 11)
+#define USART_CR3_ONEBIT (1 << 11)
#endif