mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_HAL_FLYMAPLE: Add test for correct version of libmaple
Patched version of libmapl is required for Flymaple I2Driver to work.
This commit is contained in:
parent
1f7272978c
commit
39f9b7bbc9
@ -26,3 +26,8 @@
|
||||
|
||||
#include <wirish.h>
|
||||
|
||||
// This define is added by mikems patched version of libmaple
|
||||
#ifndef LIBMAPLE_VERSION_MAJOR
|
||||
#error Incorrect version of libmaple. The version of libmaple you are using is incorrect, and will not work with ArduPilot Flymaple. Please see the FlymaplePortingNotes.txt in your ArduPilot distribution
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user