Merge pull request #933 from weety/rtt3_0_dm365
[BSP] Remove the old ipaddr settings.
This commit is contained in:
commit
a13467c40d
@ -188,22 +188,13 @@
|
|||||||
/* #define RT_LWIP_DHCP */
|
/* #define RT_LWIP_DHCP */
|
||||||
|
|
||||||
/* ip address of target */
|
/* ip address of target */
|
||||||
#define RT_LWIP_IPADDR0 192
|
#define RT_LWIP_IPADDR "192.168.1.30"
|
||||||
#define RT_LWIP_IPADDR1 168
|
|
||||||
#define RT_LWIP_IPADDR2 1
|
|
||||||
#define RT_LWIP_IPADDR3 30
|
|
||||||
|
|
||||||
/* gateway address of target */
|
/* gateway address of target */
|
||||||
#define RT_LWIP_GWADDR0 192
|
#define RT_LWIP_GWADDR "192.168.1.1"
|
||||||
#define RT_LWIP_GWADDR1 168
|
|
||||||
#define RT_LWIP_GWADDR2 1
|
|
||||||
#define RT_LWIP_GWADDR3 1
|
|
||||||
|
|
||||||
/* mask address of target */
|
/* mask address of target */
|
||||||
#define RT_LWIP_MSKADDR0 255
|
#define RT_LWIP_MSKADDR "255.255.255.0"
|
||||||
#define RT_LWIP_MSKADDR1 255
|
|
||||||
#define RT_LWIP_MSKADDR2 255
|
|
||||||
#define RT_LWIP_MSKADDR3 0
|
|
||||||
|
|
||||||
/* the number of blocks for pbuf */
|
/* the number of blocks for pbuf */
|
||||||
#define RT_LWIP_PBUF_NUM 16
|
#define RT_LWIP_PBUF_NUM 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user