VRBRAIN / DataFlash: added writebuf_chunk for VR Brain 5.4

This commit is contained in:
LukeMike 2018-02-03 15:01:47 +01:00 committed by Andrew Tridgell
parent 721f55e93c
commit bf6e57e7a4

View File

@ -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