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
codal_port/modspeech: include mphal.h for the simulator
MICROPY_BEGIN_ATOMIC_SECTION/MICROPY_END_ATOMIC_SECTION are only defined
in modspeech because of mpconfigport.h (indirectly). Include mphal.h so
that the defaults are defined if the port does not define them (as in
the sim case).
0 commit comments