mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: reserve plenty of DMA memory for luminousbee4
This commit is contained in:
parent
d83f380521
commit
ccc7d48c20
|
@ -198,5 +198,7 @@ define HAL_PROBE_EXTERNAL_I2C_COMPASSES
|
||||||
BARO MS56XX SPI:ms5611_int
|
BARO MS56XX SPI:ms5611_int
|
||||||
# BARO DPS280 SPI:dps310
|
# BARO DPS280 SPI:dps310
|
||||||
|
|
||||||
|
# reserve plenty of memory for DMA for LED buffers
|
||||||
|
define DMA_RESERVE_SIZE 32768
|
||||||
|
|
||||||
# .env DEFAULT_PARAMETERS 'Tools/Frame_params/LuminousBee4_outdoor.param'
|
# .env DEFAULT_PARAMETERS 'Tools/Frame_params/LuminousBee4_outdoor.param'
|
||||||
|
|
Loading…
Reference in New Issue