From ce9c1210356c758a7e1d322521e5eda25cecde63 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 13 Jun 2015 18:33:12 -0700 Subject: stm32f2-f4: refactor header guards, doxygen comments --- libmaple/stm32f2-f4/include/series/usart.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libmaple/stm32f2-f4/include/series/usart.h') 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 - * @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"{ -- cgit v1.2.3