mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
VRBRAIN / DataFlash: added writebuf_chunk for VR Brain 5.4
This commit is contained in:
parent
721f55e93c
commit
bf6e57e7a4
@ -80,6 +80,8 @@ DataFlash_File::DataFlash_File(DataFlash_Class &front,
|
||||
_writebuf_chunk(512),
|
||||
#elif defined(CONFIG_ARCH_BOARD_VRHERO_V10)
|
||||
_writebuf_chunk(512),
|
||||
#elif defined(CONFIG_ARCH_BOARD_VRBRAIN_V54)
|
||||
_writebuf_chunk(512),
|
||||
#else
|
||||
_writebuf_chunk(4096),
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user