ext4_debug: add DEBUG_NOPREFIX flag for debug printf
[lwext4.git] / lwext4 / ext4_config.h
index bbf4f5e36e1afeffe1c3e1dfa219b0b1557ccccf..1b25106796658a82030fbf805f409094a4ab6a40 100644 (file)
@@ -98,12 +98,6 @@ extern "C" {
 #define CONFIG_DEBUG_PRINTF 1
 #endif
 
-/**@brief   Debug printf prefixes*/
-#ifndef CONFIG_DEBUG_PREFIX
-#define CONFIG_DEBUG_PREFIX 1
-#endif
-
-
 /**@brief   Assert printf enable (stdout)*/
 #ifndef CONFIG_DEBUG_ASSERT
 #define CONFIG_DEBUG_ASSERT 1