summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Demo
diff options
context:
space:
mode:
authorRichard Barry <ribarry@amazon.com>2013-10-08 09:08:29 +0000
committerRichard Barry <ribarry@amazon.com>2013-10-08 09:08:29 +0000
commit81e141ad86505f0d78e6cdbd6ceea7f742a30a62 (patch)
tree8838f430e180d8073a9d5e212ebc2978c674c432 /FreeRTOS-Plus/Demo
parente2afb24747f937b6f2d308df85fef3bc44f862b5 (diff)
downloadfreertos-git-81e141ad86505f0d78e6cdbd6ceea7f742a30a62.tar.gz
Ensure the statically configured gateway address is on the same subnet.
Diffstat (limited to 'FreeRTOS-Plus/Demo')
-rw-r--r--FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
index eaf23aad8..617491bc8 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
@@ -252,9 +252,9 @@ ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */
/* Default gateway IP address configuration. Used in ipconfigUSE_DNS is set to
0, or ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */
-#define configGATEWAY_ADDR0 192
-#define configGATEWAY_ADDR1 168
-#define configGATEWAY_ADDR2 1
+#define configGATEWAY_ADDR0 172
+#define configGATEWAY_ADDR1 25
+#define configGATEWAY_ADDR2 218
#define configGATEWAY_ADDR3 1
/* Default DNS server configuration. OpenDNS addresses are 208.67.222.222 and