From e6c1b27b99a5cd1875c2b3e5f3f98f771d4f6049 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 22 Jan 2009 14:57:45 +0000 Subject: [PATCH] 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 --- bertos/cfg/cfg_lcd.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 */ -- 2.25.1