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
Udp.h is included in Core-samd and core-api, while one of them uses #pragma once and the other include guards. This causes problems when including both of them.
error: redefinition of 'class arduino::UDP'
The text was updated successfully, but these errors were encountered:
@matthijskooijman do you know why the arduinoCore-api is not a git submodule in this project?
To me development of arduinoCore-samd seems cumbersome, having to first download api, then samd, then creating a symlink from api to samd
Reference from ArduinoCore-API repo: arduino/ArduinoCore-API#171
Udp.h is included in Core-samd and core-api, while one of them uses #pragma once and the other include guards. This causes problems when including both of them.
error: redefinition of 'class arduino::UDP'
The text was updated successfully, but these errors were encountered: