mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
These macros are unused, and they can conflict with other entities by the same name. If needed they can be provided as static inline functions, or just functions. Fixes issue #4559.