aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/stm32f2-f4/include/series/usart.h
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-06-13 18:33:12 -0700
committerbnewbold <bnewbold@robocracy.org>2015-06-13 20:28:01 -0700
commitce9c1210356c758a7e1d322521e5eda25cecde63 (patch)
tree34ac793e4da29252a53d852ec149603a6334e19a /libmaple/stm32f2-f4/include/series/usart.h
parent5c3136b333d9463acd98e7b92c033d163826e7d0 (diff)
downloadlibrambutan-ce9c1210356c758a7e1d322521e5eda25cecde63.tar.gz
librambutan-ce9c1210356c758a7e1d322521e5eda25cecde63.zip
stm32f2-f4: refactor header guards, doxygen comments
Diffstat (limited to 'libmaple/stm32f2-f4/include/series/usart.h')
-rw-r--r--libmaple/stm32f2-f4/include/series/usart.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmaple/stm32f2-f4/include/series/usart.h b/libmaple/stm32f2-f4/include/series/usart.h
index f2aca75..64eb01a 100644
--- a/libmaple/stm32f2-f4/include/series/usart.h
+++ b/libmaple/stm32f2-f4/include/series/usart.h
@@ -27,11 +27,11 @@
/**
* @file libmaple/stm32f2-f4/include/series/usart.h
* @author Marti Bolivar <mbolivar@leaflabs.com>
- * @brief STM32F2 USART support.
+ * @brief STM32F2-F4 USART support.
*/
-#ifndef _LIBMAPLE_STM32F2_USART_H_
-#define _LIBMAPLE_STM32F2_USART_H_
+#ifndef _LIBMAPLE_STM32F2F4_USART_H_
+#define _LIBMAPLE_STM32F2F4_USART_H_
#ifdef __cplusplus
extern "C"{