From 09a3f9313415b1a6faa1ffddec075e3cea6ba090 Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 19 May 2010 13:00:53 +0000 Subject: [PATCH] Fix comments. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3727 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_lcd_32122a.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bertos/cfg/cfg_lcd_32122a.h b/bertos/cfg/cfg_lcd_32122a.h index 3e24cb28..5a9b3ca7 100644 --- a/bertos/cfg/cfg_lcd_32122a.h +++ b/bertos/cfg/cfg_lcd_32122a.h @@ -41,21 +41,21 @@ #define CFG_LCD_32122A_H /** - * LCD setting for 32122A. + * Enable soft interrupt to refresh the LCD. * $WIZ$ type = "boolean" */ #define CONFIG_LCD_SOFTINT_REFRESH 0 /** - * lcd setting for 32122a. - * $wiz$ type = "boolean" + * Enable wait macro when display is busy. + * $WIZ$ type = "boolean" */ #define CONFIG_LCD_WAIT 0 /** * Display refresh time 32122a. - * $wiz$ type = "int" - * $wiz$ min = 0 + * $WIZ$ type = "int" + * $WIZ$ min = 0 */ #define CONFIG_LCD_REFRESH 100 -- 2.25.1