mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_HAL_ChibiOS: disable RPM by default on Periph
This commit is contained in:
parent
1a67775c52
commit
2b30fbcfb2
@ -307,6 +307,7 @@
|
||||
#define AP_COMPASS_ENABLED defined(HAL_PERIPH_ENABLE_MAG)
|
||||
#define AP_BARO_ENABLED defined(HAL_PERIPH_ENABLE_BARO)
|
||||
#define AP_GPS_ENABLED defined(HAL_PERIPH_ENABLE_GPS)
|
||||
#define AP_RPM_ENABLED defined(HAL_PERIPH_ENABLE_RPM)
|
||||
|
||||
#ifndef AP_BOOTLOADER_ALWAYS_ERASE
|
||||
#define AP_BOOTLOADER_ALWAYS_ERASE 1
|
||||
|
Loading…
Reference in New Issue
Block a user