mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: fixed build of f103 rangefinder
This commit is contained in:
parent
76dd2f0838
commit
fcf9356e2c
|
@ -11,3 +11,6 @@ define HAL_PERIPH_ENABLE_RANGEFINDER
|
||||||
define RANGEFINDER_MAX_INSTANCES 1
|
define RANGEFINDER_MAX_INSTANCES 1
|
||||||
|
|
||||||
define HAL_SERIAL3_PROTOCOL SerialProtocol_Rangefinder
|
define HAL_SERIAL3_PROTOCOL SerialProtocol_Rangefinder
|
||||||
|
|
||||||
|
# we're too low on flash with old compler for bootloader
|
||||||
|
define HAL_NO_ROMFS_SUPPORT
|
||||||
|
|
Loading…
Reference in New Issue