Closed ZERICO2005 closed 2 months ago
I noticed that OS_TOK_STAT_F is defined twice in src/ce/include/ti/tokens.h
OS_TOK_STAT_F
src/ce/include/ti/tokens.h
848 | #define OS_TOK_STAT_F 0x26 1403 | #define OS_TOK_STAT_F 0xAF
The latter seems out of place, and I think it is supposed to be OS_TOK_F. It could be renamed to OS_TOK_F_STAT or etc since OS_TOK_F already exists as well
OS_TOK_F
OS_TOK_F_STAT
Thanks!
I noticed that
OS_TOK_STAT_F
is defined twice insrc/ce/include/ti/tokens.h
The latter seems out of place,
and I think it is supposed to be. It could be renamed toOS_TOK_F
OS_TOK_F_STAT
or etc sinceOS_TOK_F
already exists as well