mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_RPM: include backend header
in the case you're inlcuding the RPM library but no backends we don't know the shape of the backend class, so we can't call the update-esc-telem method.
This commit is contained in:
parent
362d4bf73b
commit
b4a9c0ec1e
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
#if AP_RPM_ENABLED
|
#if AP_RPM_ENABLED
|
||||||
|
|
||||||
|
#include "RPM_Backend.h"
|
||||||
#include "RPM_Pin.h"
|
#include "RPM_Pin.h"
|
||||||
#include "RPM_SITL.h"
|
#include "RPM_SITL.h"
|
||||||
#include "RPM_EFI.h"
|
#include "RPM_EFI.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user