Files
ardupilot/libraries/AP_LightWareSerial/AP_LightWareSerial_config.h
2025-10-21 10:28:32 +11:00

9 lines
268 B
C

#pragma once
#include <AP_RangeFinder/AP_RangeFinder_config.h>
#include <AP_Proximity/AP_Proximity_config.h>
#ifndef AP_LIGHTWARESERIAL_ENABLED
#define AP_LIGHTWARESERIAL_ENABLED (AP_PROXIMITY_LIGHTWARE_SF45B_ENABLED || AP_RANGEFINDER_LIGHTWARE_GRF_ENABLED)
#endif