From: bernie Date: Sun, 28 May 2006 12:18:12 +0000 (+0000) Subject: Disable menu timeout. X-Git-Tag: 1.0.0~590 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b25aabb82dd47404b0697e1394fd3a14963e1224;p=bertos.git Disable menu timeout. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@651 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/app/demo/appconfig.h b/app/demo/appconfig.h index a536017d..70a02afa 100755 --- a/app/demo/appconfig.h +++ b/app/demo/appconfig.h @@ -46,6 +46,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2006/05/28 12:18:12 bernie + *#* Disable menu timeout. + *#* *#* Revision 1.1 2006/05/27 22:31:57 bernie *#* Add appconfig.h for demo app. *#* @@ -208,7 +211,7 @@ #define CONFIG_MENU_SMOOTH 1 /// Abort menu after this amount of time. -#define CONFIG_MENU_TIMEOUT 3000 /* ms */ +#define CONFIG_MENU_TIMEOUT 0 /* ms */ /// Accept input implicitly after this amount of time. #define CONFIG_LEVELEDIT_TIMEOUT 3000 /* ms */