X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fkdebug_stm32.h;h=acb71a5658605d75b4e82a16885187f7140cc873;hb=2b387e02ffd797dc8c68e072d29e445821189559;hp=ed51dbe1e18559ebd4a2eb1b69b3a9bc05ca2538;hpb=537a39cc24ddc234cdd1cbbe21a840933780ea70;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/kdebug_stm32.h b/bertos/cpu/cortex-m3/drv/kdebug_stm32.h index ed51dbe1..acb71a56 100644 --- a/bertos/cpu/cortex-m3/drv/kdebug_stm32.h +++ b/bertos/cpu/cortex-m3/drv/kdebug_stm32.h @@ -38,16 +38,7 @@ #ifndef DRV_KDEBUG_STM32_H #define DRV_KDEBUG_STM32_H -/** - * \name Values for CONFIG_KDEBUG_PORT. - * - * Select which hardware UART to use for system debug. - * - * \{ - */ -#define KDEBUG_PORT_DBGU 1 ///< Debug on Debug Unit. - -#define KDEBUG_PORT_DEFAULT KDEBUG_PORT_DBGU ///< Default debug port. +#define KDEBUG_PORT_DEFAULT 1 ///< Default debug port. /* \} */ #endif /* DRV_KDEBUG_STM32_H */