We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
QGC should build normally without PX4 support.
The following build time error appears:
...\src\Comms\MockLink\MockLink.h(16): fatal error C1083: Can't open included file: 'px4_custom_mode.h': No such file or directory
The text was updated successfully, but these errors were encountered:
Comms: Remove LinkInterface QThread Inheritance
c04e932
No branches or pull requests
Expected Behavior
QGC should build normally without PX4 support.
Current Behavior
The following build time error appears:
...\src\Comms\MockLink\MockLink.h(16): fatal error C1083: Can't open included file: 'px4_custom_mode.h': No such file or directory
Steps to Reproduce:
System Information
The text was updated successfully, but these errors were encountered: