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
e.g., the examples/nucleo_g474re/max31855/, I get the following error without any further hints from the compiler:
main.cpp: In member function 'bool ThermocoupleThread::run()':
modm/src/modm/processing/protothread/macros.hpp:91:22: error: jump to case label
91 | case __LINE__: \
| ^~~~~~~~
My gcc is arm-none-eabi-gcc --version: arm-none-eabi-gcc (Arch Repository) 13.1.0
The text was updated successfully, but these errors were encountered:
When I compile protothreaded code with my gcc 13
e.g., the
examples/nucleo_g474re/max31855/
, I get the following error without any further hints from the compiler:My gcc is
arm-none-eabi-gcc --version
:arm-none-eabi-gcc (Arch Repository) 13.1.0
The text was updated successfully, but these errors were encountered: