From: duplo Date: Thu, 22 Jan 2009 14:57:45 +0000 (+0000) Subject: Change the doxygen comments to make them readable by the wizard X-Git-Tag: 2.1.0~477 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=e6c1b27b99a5cd1875c2b3e5f3f98f771d4f6049;p=bertos.git Change the doxygen comments to make them readable by the wizard git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2205 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_lcd.h b/bertos/cfg/cfg_lcd.h index 5af72b71..14db789e 100644 --- a/bertos/cfg/cfg_lcd.h +++ b/bertos/cfg/cfg_lcd.h @@ -46,9 +46,8 @@ /// TODO: #define CONFIG_LCD_ADDRESS_FAST 1 -/// LCD setting for 32122A (AVR implementation) -#define CONFIG_LCD_SOFTINT_REFRESH 0 -#define CONFIG_LCD_WAIT 1 +#define CONFIG_LCD_SOFTINT_REFRESH 0 ///< LCD setting for 32122A (AVR implementation) +#define CONFIG_LCD_WAIT 1 ///< LCD setting for 32122A (AVR implementation) #endif /* CFG_LCD_H */