mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_MSP: tidy includes
This commit is contained in:
parent
7ce739aeef
commit
92b44c118f
@ -21,6 +21,8 @@
|
|||||||
#include "AP_MSP_Telem_DJI.h"
|
#include "AP_MSP_Telem_DJI.h"
|
||||||
#include "AP_MSP_Telem_DisplayPort.h"
|
#include "AP_MSP_Telem_DisplayPort.h"
|
||||||
|
|
||||||
|
#include <AP_Notify/AP_Notify.h>
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include <RC_Channel/RC_Channel.h>
|
#include <RC_Channel/RC_Channel.h>
|
||||||
#include <AP_Common/AP_FWVersion.h>
|
#include <AP_Common/AP_FWVersion.h>
|
||||||
#include <AP_GPS/AP_GPS.h>
|
#include <AP_GPS/AP_GPS.h>
|
||||||
|
#include <AP_Notify/AP_Notify.h>
|
||||||
#include <AP_OpticalFlow/AP_OpticalFlow.h>
|
#include <AP_OpticalFlow/AP_OpticalFlow.h>
|
||||||
#include <AP_RangeFinder/AP_RangeFinder.h>
|
#include <AP_RangeFinder/AP_RangeFinder.h>
|
||||||
#include <AP_RCMapper/AP_RCMapper.h>
|
#include <AP_RCMapper/AP_RCMapper.h>
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||||
#include <AP_Stats/AP_Stats.h>
|
#include <AP_Stats/AP_Stats.h>
|
||||||
#include <AP_RSSI/AP_RSSI.h>
|
#include <AP_RSSI/AP_RSSI.h>
|
||||||
|
#include <AP_Notify/AP_Notify.h>
|
||||||
|
|
||||||
#include "AP_MSP.h"
|
#include "AP_MSP.h"
|
||||||
#include "AP_MSP_Telem_DJI.h"
|
#include "AP_MSP_Telem_DJI.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user