You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pybricks: modules: add conditional around MP_REGISTER_MODULE()
Add a conditional compilation check around MP_REGISTER_MODULE() that
checks MICROPY_MODULE_BUILTIN_SUBPACKAGES. If this option is enabled,
we don't need to register subpackages as they are already handled by
the parent package.
0 commit comments