mirror of
https://github.com/micropython/micropython.git
synced 2026-01-11 22:47:17 +01:00
For archs that have 16-bit pointers, the asmxtensa.h file can give compiler warnings about left-shift being greater than the width of the type (due to the inline functions in this header file). Explicitly casting the constants to uint32_t stops these warnings.
14 KiB
14 KiB