From: bernie Date: Mon, 18 Feb 2008 16:06:04 +0000 (+0000) Subject: CONFIG_KDEBUG_PORT: Add missing configuration variable X-Git-Tag: 1.0.0~115 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=0318ad586833c90849eb5b40670c94693f2850de;p=bertos.git CONFIG_KDEBUG_PORT: Add missing configuration variable git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1137 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/app/demo/appconfig.h b/app/demo/appconfig.h index b6b11128..398f2ffa 100644 --- a/app/demo/appconfig.h +++ b/app/demo/appconfig.h @@ -72,6 +72,9 @@ #ifndef APPCONFIG_H #define APPCONFIG_H +/** kdebug console */ +#define CONFIG_KDEBUG_PORT 0 + /** Baud-rate for the kdebug console */ #define CONFIG_KDEBUG_BAUDRATE 19200 diff --git a/appconfig_common.h b/appconfig_common.h index 1de9d7f4..b99f0297 100644 --- a/appconfig_common.h +++ b/appconfig_common.h @@ -72,6 +72,9 @@ #ifndef APPCONFIG_COMMON_H #define APPCONFIG_COMMON_H +/** kdebug console */ +#define CONFIG_KDEBUG_PORT 0 + /** Baud-rate for the kdebug console */ #define CONFIG_KDEBUG_BAUDRATE 19200