AP_BLHeli: update rover motors include

This commit is contained in:
Iampete1 2021-07-18 15:04:07 +01:00 committed by Randy Mackay
parent e75d3b68e6
commit ffe91fc80e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <AP_Math/crc.h>
#include <AP_Vehicle/AP_Vehicle.h>
#if APM_BUILD_TYPE(APM_BUILD_Rover)
#include <AP_Motors/AP_MotorsUGV.h>
#include <AR_Motors/AP_MotorsUGV.h>
#else
#include <AP_Motors/AP_Motors_Class.h>
#endif