diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-20 13:24:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-20 13:24:41 +0000 |
commit | 4544ae2f99749022fabb5498c094f5e9862018c9 (patch) | |
tree | 73bb0fd5bb0c9a8da3105e76af836a4cab7cb9cb /os | |
parent | 9193bc2a8116ada2cd5a4deb1783fdfd7ce1629b (diff) | |
download | ChibiOS-4544ae2f99749022fabb5498c094f5e9862018c9.tar.gz ChibiOS-4544ae2f99749022fabb5498c094f5e9862018c9.tar.bz2 ChibiOS-4544ae2f99749022fabb5498c094f5e9862018c9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1093 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/io/platforms/LPC214x/serial_lld.h | 2 | ||||
-rw-r--r-- | os/io/platforms/STM32F103/serial_lld.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/io/platforms/LPC214x/serial_lld.h b/os/io/platforms/LPC214x/serial_lld.h index 859983528..b576a3e6e 100644 --- a/os/io/platforms/LPC214x/serial_lld.h +++ b/os/io/platforms/LPC214x/serial_lld.h @@ -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_ */
diff --git a/os/io/platforms/STM32F103/serial_lld.h b/os/io/platforms/STM32F103/serial_lld.h index daa92c547..89b28815f 100644 --- a/os/io/platforms/STM32F103/serial_lld.h +++ b/os/io/platforms/STM32F103/serial_lld.h @@ -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_ */
|