mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
This adds a new MP_SMALL_INT_BITS macro that is a compile-time constant that contains the number of bits available in an MP_SMALL_INT. We can use this in place of the runtime function mp_small_int_bits(). Signed-off-by: David Lechner <david@pybricks.com>
3.2 KiB
3.2 KiB