GCS_MAVLink: remove ToshibaCAN support

This commit is contained in:
Randy Mackay 2022-06-08 20:21:32 +09:00
parent 533a16287e
commit 85b9e6e57c

View File

@ -79,7 +79,6 @@
#if APM_BUILD_COPTER_OR_HELI || APM_BUILD_TYPE(APM_BUILD_ArduPlane) || APM_BUILD_TYPE(APM_BUILD_ArduSub)
#include <AP_KDECAN/AP_KDECAN.h>
#endif
#include <AP_ToshibaCAN/AP_ToshibaCAN.h>
#include <AP_PiccoloCAN/AP_PiccoloCAN.h>
#include <AP_UAVCAN/AP_UAVCAN.h>
#endif