Open engeen-nl opened 1 month ago
Noted before, just wanted to provide a workaround for those who want to use the latest build tools. We want to go forward.
As you wrote, the solution is in the core. Would changing the property name to "isSynchronized" break any dependencies?
Alternatively you can use #ifdef ARDUINO to change the name only for arduino builds. But all dependencies still need the same name change too.
Conflict with the latest arduino toolset for SAMD21 'synchronized' keyword:
Could we please rename synchronized to issynchronized?
See also https://github.com/terjeio/grblHAL/issues/224