From dea859c252d1ba02aaead3022b004702679712a6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 25 Mar 2010 15:28:15 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1777 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/AVR/serial_lld.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'os/hal/platforms/AVR') diff --git a/os/hal/platforms/AVR/serial_lld.h b/os/hal/platforms/AVR/serial_lld.h index cfdb40aa9..b89bd3ef3 100644 --- a/os/hal/platforms/AVR/serial_lld.h +++ b/os/hal/platforms/AVR/serial_lld.h @@ -121,11 +121,10 @@ typedef struct { /* External declarations. */ /*===========================================================================*/ -/** @cond never*/ -#if USE_AVR_USART0 +#if USE_AVR_USART0 && !defined(__DOXYGEN__) extern SerialDriver SD1; #endif -#if USE_AVR_USART1 +#if USE_AVR_USART1 && !defined(__DOXYGEN__) extern SerialDriver SD2; #endif @@ -138,7 +137,6 @@ extern "C" { #ifdef __cplusplus } #endif -/** @endcond*/ #endif /* CH_HAL_USE_SERIAL */ -- cgit v1.2.3