Skip to content
New issue

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

Re-use mavlink_include.h in mavlink passthrough #812

Merged
merged 2 commits into from
Jul 25, 2019

Commits on Jul 23, 2019

  1. mavlink_passthrough: re-use mavlink_include.h

    The mavlink_include.h file contains a pragma to ignore warnings which is
    helpful when the MAVLink include is used by library users through the
    mavlink_passthrough plugin.
    julianoes committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    b8f76bf View commit details
    Browse the repository at this point in the history
  2. core: adapt include for mavlink_passthrough

    Without this we had troubles including this on the Windows debug build.
    julianoes committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    4ef703b View commit details
    Browse the repository at this point in the history