File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
libraries/AP_HAL_ChibiOS/hwdef/scripts Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 360
360
#define AP_AHRS_ENABLED AP_PERIPH_AHRS_ENABLED
361
361
#define AP_COMPASS_ENABLED AP_PERIPH_MAG_ENABLED
362
362
#define AP_BARO_ENABLED AP_PERIPH_BARO_ENABLED
363
+ #ifndef AP_RANGEFINDER_ENABLED
363
364
#define AP_RANGEFINDER_ENABLED AP_PERIPH_RANGEFINDER_ENABLED
365
+ #endif
364
366
#define AP_INERTIALSENSOR_ENABLED AP_PERIPH_IMU_ENABLED
365
367
#define AP_INERTIALSENSOR_ALLOW_NO_SENSORS AP_PERIPH_IMU_ENABLED
366
368
#define AP_RTC_ENABLED AP_PERIPH_RTC_ENABLED
369
+ #ifndef AP_RCPROTOCOL_ENABLED
367
370
#define AP_RCPROTOCOL_ENABLED AP_PERIPH_RCIN_ENABLED
371
+ #endif
372
+ #ifndef AP_RPM_ENABLED
368
373
#define AP_RPM_ENABLED AP_PERIPH_RPM_ENABLED
374
+ #endif
369
375
370
376
/*
371
377
* GPS Backends - we selectively turn backends on.
You can’t perform that action at this time.
0 commit comments