From: qwert Date: Fri, 25 Jul 2008 14:30:34 +0000 (+0000) Subject: Add local triface cfg file X-Git-Tag: 2.0.0~421 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=08ace4646375d4c99539873eaa424a461618c667;p=bertos.git Add local triface cfg file git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1513 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/app/triface/cfg/cfg_debug.h b/app/triface/cfg/cfg_debug.h new file mode 100644 index 00000000..a7c548a9 --- /dev/null +++ b/app/triface/cfg/cfg_debug.h @@ -0,0 +1,49 @@ +/** + * \file + * + * + * \brief Configuration file for Debug module. + * + * \version $Id$ + * + * \author Daniele Basile + */ + +#ifndef CFG_DEBUG_H +#define CFG_DEBUG_H + +/// kdebug console. +#define CONFIG_KDEBUG_PORT 1 + +/// Baud-rate for the kdebug console. +#define CONFIG_KDEBUG_BAUDRATE 115200 + +#endif /* CFG_DEBUG_H */