Remove broken debug uart name.
[bertos.git] / bertos / cpu / cortex-m3 / drv / kdebug_stm32.h
index ed51dbe1e18559ebd4a2eb1b69b3a9bc05ca2538..acb71a5658605d75b4e82a16885187f7140cc873 100644 (file)
 #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 */