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
~/.arduino15/packages/arduino/hardware/mbed_nano/4.0.4/cores/arduino/api/CanMsg.h:71:71: error: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t {aka long unsigned int}' [-Werror=format=]
len = snprintf(buf, sizeof(buf), "[%08X] (%d) : ", id, data_length);
Hi @zfields. The files under the cores/arduino/api folder contain architecture independent code that can be shared by the cores of all Arduino boards platforms, so they are maintained in a dedicated repository, from which they are pulled while preparing the release packages of this platform that are distributed via Boards Manager:
I was going to offer a patch, but I cannot find the path.
https://github.com/arduino/ArduinoCore-mbed/tree/4.0.4/cores/arduino/api/CanMsg.h returns a 404.
The text was updated successfully, but these errors were encountered: