From 97f10d0a1a53fcdc6b6fd5f964dcebe4d1ec3fed Mon Sep 17 00:00:00 2001 From: "dzzxzz@gmail.com" Date: Sat, 14 Apr 2012 11:14:55 +0000 Subject: [PATCH] fixed a compiling error while using LWIP 1.4.0 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2050 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/at91sam9260/rtconfig.h | 2 +- bsp/lm3s8962/rtconfig.h | 2 +- bsp/lm3s9b9x/rtconfig.h | 2 +- bsp/lpc2148/rtconfig.h | 2 +- bsp/lpc2478/rtconfig.h | 2 +- bsp/microblaze/rtconfig.h | 2 +- bsp/mini4020/rtconfig.h | 2 +- bsp/wh44b0/rtconfig.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bsp/at91sam9260/rtconfig.h b/bsp/at91sam9260/rtconfig.h index 478260cc20..ab6ebb0551 100755 --- a/bsp/at91sam9260/rtconfig.h +++ b/bsp/at91sam9260/rtconfig.h @@ -141,7 +141,7 @@ #define RT_LWIP_ICMP /* Enable IGMP protocol */ -#define RT_LWIP_IGMP +//#define RT_LWIP_IGMP /* Enable UDP protocol */ #define RT_LWIP_UDP diff --git a/bsp/lm3s8962/rtconfig.h b/bsp/lm3s8962/rtconfig.h index c4158624d4..829ff43616 100644 --- a/bsp/lm3s8962/rtconfig.h +++ b/bsp/lm3s8962/rtconfig.h @@ -99,7 +99,7 @@ #define RT_LWIP_ICMP /* Enable IGMP protocol*/ -#define RT_LWIP_IGMP +//#define RT_LWIP_IGMP /* Enable UDP protocol*/ #define RT_LWIP_UDP diff --git a/bsp/lm3s9b9x/rtconfig.h b/bsp/lm3s9b9x/rtconfig.h index a0835068c7..aae28c550f 100644 --- a/bsp/lm3s9b9x/rtconfig.h +++ b/bsp/lm3s9b9x/rtconfig.h @@ -99,7 +99,7 @@ #define RT_LWIP_ICMP /* Enable IGMP protocol*/ -#define RT_LWIP_IGMP +//#define RT_LWIP_IGMP /* Enable UDP protocol*/ #define RT_LWIP_UDP diff --git a/bsp/lpc2148/rtconfig.h b/bsp/lpc2148/rtconfig.h index 77b81d4b48..4f190ed5b9 100644 --- a/bsp/lpc2148/rtconfig.h +++ b/bsp/lpc2148/rtconfig.h @@ -107,7 +107,7 @@ #define RT_LWIP_ICMP /* Enable IGMP protocol*/ -#define RT_LWIP_IGMP +//#define RT_LWIP_IGMP /* Enable UDP protocol*/ #define RT_LWIP_UDP diff --git a/bsp/lpc2478/rtconfig.h b/bsp/lpc2478/rtconfig.h index d1a5d9d521..6a42492f4a 100644 --- a/bsp/lpc2478/rtconfig.h +++ b/bsp/lpc2478/rtconfig.h @@ -87,7 +87,7 @@ #define RT_LWIP_ICMP /* Enable IGMP protocol*/ -#define RT_LWIP_IGMP +//#define RT_LWIP_IGMP /* Enable UDP protocol*/ #define RT_LWIP_UDP diff --git a/bsp/microblaze/rtconfig.h b/bsp/microblaze/rtconfig.h index 827efea543..00aa52480c 100755 --- a/bsp/microblaze/rtconfig.h +++ b/bsp/microblaze/rtconfig.h @@ -126,7 +126,7 @@ #define RT_LWIP_ICMP /* Enable IGMP protocol*/ -#define RT_LWIP_IGMP +//#define RT_LWIP_IGMP /* Enable UDP protocol*/ #define RT_LWIP_UDP diff --git a/bsp/mini4020/rtconfig.h b/bsp/mini4020/rtconfig.h index b5a0d51945..97520e1bd9 100644 --- a/bsp/mini4020/rtconfig.h +++ b/bsp/mini4020/rtconfig.h @@ -110,7 +110,7 @@ #define RT_LWIP_ICMP /* Enable IGMP protocol */ -#define RT_LWIP_IGMP +//#define RT_LWIP_IGMP /* Enable UDP protocol */ #define RT_LWIP_UDP diff --git a/bsp/wh44b0/rtconfig.h b/bsp/wh44b0/rtconfig.h index 11d663b5e9..4904f458cb 100644 --- a/bsp/wh44b0/rtconfig.h +++ b/bsp/wh44b0/rtconfig.h @@ -84,7 +84,7 @@ #define RT_LWIP_ICMP /* Enable IGMP protocol*/ -#define RT_LWIP_IGMP +//#define RT_LWIP_IGMP /* Enable UDP protocol*/ #define RT_LWIP_UDP -- GitLab