mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 05:19:23 +08:00
d3f47a6574
在第36行中,“rt_size_t size”应改为“rt_uint32_t size”。 在第43行中,“rt_size_t size”应改为“rt_uint32_t size”。 In line 36, "rt_size_t size" should be changed to "rt_uint32_t size". In line 43, "rt_size_t size" should be changed to "rt_uint32_t size". Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>