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:
parent
bdba06aac1
commit
4291011e2a
28 changed files with 40 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue