mirror of
https://github.com/apache/nuttx.git
synced 2026-03-23 14:05:12 +08:00
Use size_t instead of unsigned int for 'mask' to avoid address truncation, especially when memory addresses exceed 32 bits. Signed-off-by: liang.huang <liang.huang@houmo.ai>