X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fexamples%2Faprs%2Fcfg%2Fcfg_debug.h;fp=boards%2Farduino%2Fexamples%2Faprs%2Fcfg%2Fcfg_debug.h;h=0000000000000000000000000000000000000000;hb=a594e47b7b2d646d20921f6444f9b6dcdae1083d;hp=7ea52a0b72df7be900b58330a237448bd32ed094;hpb=15646c02b1d1c7690176e197a66ee1380397fee7;p=bertos.git diff --git a/boards/arduino/examples/aprs/cfg/cfg_debug.h b/boards/arduino/examples/aprs/cfg/cfg_debug.h deleted file mode 100644 index 7ea52a0b..00000000 --- a/boards/arduino/examples/aprs/cfg/cfg_debug.h +++ /dev/null @@ -1,54 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for Debug module. - * - * - * \author Daniele Basile - */ - -#ifndef CFG_DEBUG_H -#define CFG_DEBUG_H - -/** - * Debug console port. - * $WIZ$ type = "int"; min = 0 - */ -#define CONFIG_KDEBUG_PORT 0 - -/** - * Baudrate for the debug console. - * $WIZ$ type = "int"; min = 300 - */ -#define CONFIG_KDEBUG_BAUDRATE 115200UL - -#endif /* CFG_DEBUG_H */