X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=appconfig_common.h;h=b99f02970873dddae3db32fdf1a28d20386459c5;hb=5c279b27987657fe916c2f8b29c7c4912947734f;hp=1de9d7f44d8c6e521fe92eabfe62b15eda8d8ba2;hpb=5500ff2868c8958644dbde966fcdf5493c8ce497;p=bertos.git 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