mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: move logging of RPM into RPM library
This commit is contained in:
parent
f023f0443d
commit
3d854c7e92
@ -44,6 +44,7 @@
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_RangeFinder/AP_RangeFinder.h> // Range finder library
|
||||
#include <AP_RCMapper/AP_RCMapper.h> // RC input mapping library
|
||||
#include <AP_RPM/AP_RPM.h> // RPM input library
|
||||
#include <AP_Scheduler/AP_Scheduler.h> // main loop scheduler
|
||||
#include <AP_Stats/AP_Stats.h> // statistics library
|
||||
#include <AP_Terrain/AP_Terrain.h>
|
||||
|
Loading…
Reference in New Issue
Block a user