mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Without the static qualifier these objects will be kept by the linker even if they are unused. So this patch saves some RAM when these features are unused by a board.