From 08ace4646375d4c99539873eaa424a461618c667 Mon Sep 17 00:00:00 2001 From: qwert Date: Fri, 25 Jul 2008 14:30:34 +0000 Subject: [PATCH] Add local triface cfg file git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1513 38d2e660-2303-0410-9eaa-f027e97ec537 --- app/triface/cfg/cfg_debug.h | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 app/triface/cfg/cfg_debug.h 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 */ -- 2.25.1