AP_HAL_ChibiOS: added NxtPX4v2
[ardupilot.git] / AntennaTracker / AP_Arming.h
blobfc8948cfda927e505093438949105ebb049a3a0a
1 #pragma once
3 #include <AP_Arming/AP_Arming.h>
5 // this class isn't actually used by Tracker; it's really just here so
6 // the singleton doesn't come back as nullptr
7 class AP_Arming_Tracker : public AP_Arming
9 public:
10 friend class Tracker;
12 private: