ardupilot/libraries/AP_RangeFinder/AP_RangeFinder_config.h

12 lines
245 B
C

#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_RANGEFINDER_ENABLED
#define AP_RANGEFINDER_ENABLED 1
#endif
#ifndef AP_RANGEFINDER_BACKEND_DEFAULT_ENABLED
#define AP_RANGEFINDER_BACKEND_DEFAULT_ENABLED AP_RANGEFINDER_ENABLED
#endif