7eef194a93
To make it match what the compiler expects. on nuttx-ci-linux image: root@fec5a6192c70:/tools# gcc -dM -E - < /dev/null | grep -E "UINT(32|64)_TYPE" #define __UINT64_TYPE__ long unsigned int #define __UINT32_TYPE__ unsigned int root@fec5a6192c70:/tools# on macOS: spacetanuki% x86_64-elf-gcc -dM -E - < /dev/null | grep -E "UINT(32|64)_TYPE" #define __UINT32_TYPE__ unsigned int #define __UINT64_TYPE__ long unsigned int spacetanuki% |
||
---|---|---|
.. | ||
include | ||
src | ||
Kconfig |