mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
AP_Tuning: tidy includes
This commit is contained in:
parent
c0f25a96fb
commit
b7fa43e630
@ -1,8 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_Common/AP_Common.h>
|
|
||||||
#include <AP_Param/AP_Param.h>
|
#include <AP_Param/AP_Param.h>
|
||||||
|
|
||||||
|
#include "stdint.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
transmitter tuning library. Meant to be subclassed per vehicle type
|
transmitter tuning library. Meant to be subclassed per vehicle type
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user