We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cpp/avr/
cpp/avr_includes/avr
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in 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: