git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1093 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-08-20 13:24:41 +00:00
parent 9193bc2a81
commit 4544ae2f99
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,6 @@ extern SerialDriver COM1;
#if USE_LPC214x_UART1
extern SerialDriver COM2;
#endif
/** @endcond*/
#ifdef __cplusplus
extern "C" {
@ -173,6 +172,7 @@ extern "C" {
#ifdef __cplusplus
}
#endif
/** @endcond*/
#endif /* _SERIAL_LLD_H_ */

View File

@ -189,7 +189,6 @@ extern SerialDriver COM2;
#if USE_STM32_USART3
extern SerialDriver COM3;
#endif
/** @endcond*/
#ifdef __cplusplus
extern "C" {
@ -200,6 +199,7 @@ extern "C" {
#ifdef __cplusplus
}
#endif
/** @endcond*/
#endif /* _SERIAL_LLD_H_ */