5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-26 10:38:28 -04:00
ardupilot/libraries/AC_InputManager/AC_InputManager.cpp

13 lines
253 B
C++
Raw Normal View History

#include "AC_InputManager.h"
#include <AP_Math/AP_Math.h>
#include <AP_HAL/AP_HAL.h>
extern const AP_HAL::HAL& hal;
const AP_Param::GroupInfo AC_InputManager::var_info[] = {
// Placeholder for future parameters in this class.
AP_GROUPEND
};