]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/FreeRTOSIPConfig.h
Continued to work on the MQTT demo project.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_IoT_Libraries / mqtt / FreeRTOSIPConfig.h
index 4729ef107ba4eb2afc1148ae096428889181546a..dba43cdba353e9e06f3d0f7402e35f1f55a97895 100644 (file)
@@ -44,7 +44,7 @@ extern void vLoggingPrintf( const char *pcFormatString, ... );
 /* Set to 1 to print out debug messages.  If ipconfigHAS_DEBUG_PRINTF is set to\r
 1 then FreeRTOS_debug_printf should be defined to the function used to print\r
 out the debugging messages. */\r
-#define ipconfigHAS_DEBUG_PRINTF       0\r
+#define ipconfigHAS_DEBUG_PRINTF       1\r
 #if( ipconfigHAS_DEBUG_PRINTF == 1 )\r
        #define FreeRTOS_debug_printf(X)        vLoggingPrintf X\r
 #endif\r