4c585c2d31
在第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>