]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/FreeRTOSIPConfig.h
Update libraries and sundry check-ins ready for the V10.3.0 kernel release.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_IoT_Libraries / mqtt / FreeRTOSIPConfig.h
index dba43cdba353e9e06f3d0f7402e35f1f55a97895..563f0cb09542bf9ab0b36806d8ff9ec7a28e69a7 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       1\r
+#define ipconfigHAS_DEBUG_PRINTF       0\r
 #if( ipconfigHAS_DEBUG_PRINTF == 1 )\r
        #define FreeRTOS_debug_printf(X)        vLoggingPrintf X\r
 #endif\r
@@ -146,7 +146,7 @@ stack will revert to using the static IP address even when ipconfigUSE_DHCP is
 set to 1 if a valid configuration cannot be obtained from a DHCP server for any\r
 reason.  The static configuration used is that passed into the stack by the\r
 FreeRTOS_IPInit() function call. */\r
-#define ipconfigUSE_DHCP       1\r
+#define ipconfigUSE_DHCP       0\r
 \r
 /* When ipconfigUSE_DHCP is set to 1, DHCP requests will be sent out at\r
 increasing time intervals until either a reply is received from a DHCP server\r