1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 08:45:31 +03:00

define RANGEFINDER renamed to USE_RANGEFINDER

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-07-02 20:31:33 +02:00
parent bdba06aac1
commit 4291011e2a
28 changed files with 40 additions and 41 deletions

View file

@ -71,7 +71,7 @@ typedef struct drv_pwm_config_s {
bool useFastPwm;
bool useSoftSerial;
bool useLEDStrip;
#ifdef RANGEFINDER
#ifdef USE_RANGEFINDER
bool useSonar;
#endif
#ifdef USE_SERVOS