You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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 |
|
};
|
|
|