CE-Programming / toolchain

Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series
https://ce-programming.github.io/toolchain/index.html
GNU Lesser General Public License v3.0
511 stars 54 forks source link

OS_TOK_STAT_F redefined #504

Closed ZERICO2005 closed 1 week ago

ZERICO2005 commented 1 week ago

I noticed that OS_TOK_STAT_F is defined twice in 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

adriweb commented 1 week ago

Thanks!