diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-31 07:49:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-31 07:49:30 +0000 |
commit | 70a9f7f82c8c71ae2a6b499d0f3448cbb190a29c (patch) | |
tree | 8fae20945faa8b3dbe4b2311d52664963fd9d681 /demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c | |
parent | 9c26afc8fde6d30d2149a844cb53e45507a7b5f7 (diff) | |
download | ChibiOS-70a9f7f82c8c71ae2a6b499d0f3448cbb190a29c.tar.gz ChibiOS-70a9f7f82c8c71ae2a6b499d0f3448cbb190a29c.tar.bz2 ChibiOS-70a9f7f82c8c71ae2a6b499d0f3448cbb190a29c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@314 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c')
-rw-r--r-- | demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c b/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c index 05fea0c69..727cd3dc1 100644 --- a/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c +++ b/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c @@ -28,14 +28,10 @@ #include <httpd.h>
#include <clock-arch.h>
-//#define IPADDR0 192
-//#define IPADDR1 168
-//#define IPADDR2 1
-//#define IPADDR3 20
-#define IPADDR0 10
-#define IPADDR1 151
-#define IPADDR2 218
-#define IPADDR3 245
+#define IPADDR0 192
+#define IPADDR1 168
+#define IPADDR2 1
+#define IPADDR3 20
#define SEND_RETRY_MAX 10
#define SEND_RETRY_INTERVAL 2
|