Remove broken debug uart name.
[bertos.git] / bertos / cpu / cortex-m3 / drv / kdebug_lm3s.h
index 4335d898d2c6d5d7fc4efb778ce92e84496f4de2..faabef4e5c4baa9a24c5b8bb46481ca90ae6b223 100644 (file)
 #ifndef DRV_KDEBUG_LM3S_H
 #define DRV_KDEBUG_LM3S_H
 
-/**
- * \name Values for CONFIG_KDEBUG_PORT.
- *
- * Select which hardware UART to use for system debug.
- *
- * \{
- */
-#define KDEBUG_PORT_DBGU 0  ///< Debug on Debug Unit.
-
-#define KDEBUG_PORT_DEFAULT KDEBUG_PORT_DBGU  ///< Default debug port.
+#define KDEBUG_PORT_DEFAULT 0  ///< Default debug port.
 /* \} */
 
 #endif /* DRV_KDEBUG_LM3S_H */