4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 16:35:22 +08:00
Zhou Yanjie 4c585c2d31 lwip-2.1.0: ethernetif.c: 修复编译过程中的警告/Fix compile-time warnings
在第334行中,“(rt_uint32_t*)&msg”应改为“(rt_ubase_t *)&msg”。
在第366行中,“(rt_uint32_t*)&msg”应改为“(rt_ubase_t *)&msg”。

In line 334, "(rt_uint32_t*)&msg" should be changed to "(rt_ubase_t *)&msg".
In line 366, "(rt_uint32_t*)&msg" should be changed to "(rt_ubase_t *)&msg".

Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-05 15:30:23 +08:00
..
2018-07-18 11:59:50 +08:00
2018-11-09 09:18:05 +08:00
2018-12-19 20:10:33 +08:00
2018-12-10 16:44:48 +08:00
2013-01-08 22:40:58 +08:00