AP_Logger: include PIDInfo header in place of PID header

AC_PID.h includes a remarkable amount of stuff
This commit is contained in:
Peter Barker 2022-07-14 15:48:35 +10:00 committed by Peter Barker
parent da503a5e44
commit ee908e8df2

View File

@ -8,7 +8,7 @@
#include <AP_RSSI/AP_RSSI.h>
#include <RC_Channel/RC_Channel.h>
#include <SRV_Channel/SRV_Channel.h>
#include <AC_PID/AC_PID.h>
#include <AC_PID/AP_PIDInfo.h>
#include "AP_Logger.h"
#include "AP_Logger_File.h"