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
I've updated the arm none eabi gcc toolchain used by the STM32 core to the v9.2.1.
I've built all Arduino built-in example without any issue except those for Firmata, see the error hereafter:
Hi,
I've updated the arm none eabi gcc toolchain used by the STM32 core to the v9.2.1.
I've built all Arduino built-in example without any issue except those for
Firmata
, see the error hereafter:As specified by the compiler output, error comes from the default argument here:
arduino/Firmata.h
Line 131 in 1ccb2c0
As it is also specified here:
arduino/FirmataMarshaller.h
Line 67 in 1ccb2c0
I guess it could be removed from the friend declaration as already declare in
FirmataMarshaller.h
Ref:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1263.html
The text was updated successfully, but these errors were encountered: