mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
AP_Proximity: rename more variables, types and defines
This commit is contained in:
parent
d1d7cdfb52
commit
70b04a22f0
@ -5,7 +5,7 @@
|
||||
#include <AP_DroneCAN/AP_DroneCAN.h>
|
||||
|
||||
#ifndef AP_PROXIMITY_DRONECAN_ENABLED
|
||||
#define AP_PROXIMITY_DRONECAN_ENABLED (HAL_ENABLE_LIBUAVCAN_DRIVERS && HAL_PROXIMITY_ENABLED)
|
||||
#define AP_PROXIMITY_DRONECAN_ENABLED (HAL_ENABLE_DRONECAN_DRIVERS && HAL_PROXIMITY_ENABLED)
|
||||
#endif
|
||||
|
||||
#if AP_PROXIMITY_DRONECAN_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user