We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cpp/avr/
cpp/avr_includes/avr
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Compilation for AVR stuff will fail due to lack of file existence in cpp/arduino/avr/*. Needs to be fixed.
cpp/arduino/avr/*
https://github.com/ianfixes/arduino_ci/pull/115#issuecomment-466848042
To preserve separation of the avr/ hack and actual mocks, we will need to add a new cpp include directory alongside arduino.
avr/
cpp
arduino
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Summary
Compilation for AVR stuff will fail due to lack of file existence in
cpp/arduino/avr/*
. Needs to be fixed.https://github.com/ianfixes/arduino_ci/pull/115#issuecomment-466848042
To preserve separation of the
avr/
hack and actual mocks, we will need to add a newcpp
include directory alongsidearduino
.The text was updated successfully, but these errors were encountered: