Replay: require a filesystem for replay

This commit is contained in:
Andrew Tridgell 2020-11-09 15:46:35 +11:00
parent 20ecac5e9f
commit 7308384cdc

View File

@ -4,6 +4,10 @@
import boards
def build(bld):
if isinstance(bld.get_board(), boards.chibios) and bld.env['WITH_FATFS'] != '1':
# we need a filesystem for replay
return
vehicle = bld.path.name
bld.ap_stlib(