Change the doxygen comments to make them readable by the wizard
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Jan 2009 14:57:45 +0000 (14:57 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Jan 2009 14:57:45 +0000 (14:57 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2205 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_lcd.h

index 5af72b71a2bdd227e22f32ae70be68200681215e..14db789ec9b8108ea6947eb6a0871070578ff102 100644 (file)
@@ -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 */