mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 07:48:59 +08:00
cd958831d8
Change g_nx_initstate type from uint8_t to enum nx_initstate_e. Avoid enum/integer base-type mismatch in init state comparisons. Satisfies MISRA C:2012 Rule 10.4 without behavior change. Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>