Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski <piotr@esden.net>2013-06-17 01:06:37 +0400
committerPiotr Esden-Tempski <piotr@esden.net>2013-06-17 01:06:37 +0400
commitfb5c86db0723aa64740df7aebb3a0fd69acf52fe (patch)
tree4ea571a958b0fc91f8ab35e7ea7bc751018e1276 /include/libopencm3/stm32/common/usart_common_all.h
parent169dbd6c08ba4293d8f5f59c537827a57023da33 (diff)
Spellchecking fixes.
Diffstat (limited to 'include/libopencm3/stm32/common/usart_common_all.h')
-rw-r--r--include/libopencm3/stm32/common/usart_common_all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/common/usart_common_all.h b/include/libopencm3/stm32/common/usart_common_all.h
index ec689614..f2d96999 100644
--- a/include/libopencm3/stm32/common/usart_common_all.h
+++ b/include/libopencm3/stm32/common/usart_common_all.h
@@ -235,7 +235,7 @@ specific memorymap.h header before including this header file.*/
/* LBDL: LIN break detection length */
#define USART_CR2_LBDL (1 << 5)
-/* ADD[3:0]: Addres of the usart node */
+/* ADD[3:0]: Address of the usart node */
#define USART_CR2_ADD_MASK 0xF
/* --- USART_CR3 values ---------------------------------------------------- */