GCS_MAVLink: rename AP_UAVCAN to AP_DroneCAN

This commit is contained in:
Andrew Tridgell 2023-04-07 10:18:02 +10:00
parent ac809c84f2
commit ee9b6bad7b
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
#include <AP_KDECAN/AP_KDECAN.h>
#endif
#include <AP_PiccoloCAN/AP_PiccoloCAN.h>
#include <AP_UAVCAN/AP_UAVCAN.h>
#include <AP_DroneCAN/AP_DroneCAN.h>
#endif
#if !defined(HAL_BUILD_AP_PERIPH) || defined(HAL_PERIPH_ENABLE_BATTERY)