mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 07:53:57 -04:00
Replay: account for littlefs when building
This commit is contained in:
parent
35b6dd9814
commit
44ca13c5f3
@ -7,7 +7,7 @@ def configure(cfg):
|
||||
cfg.env.HAL_GCS_ENABLED = 0
|
||||
|
||||
def build(bld):
|
||||
if isinstance(bld.get_board(), boards.chibios) and bld.env['WITH_FATFS'] != '1':
|
||||
if isinstance(bld.get_board(), boards.chibios) and bld.env['WITH_FATFS'] != '1' and bld.env['WITH_LITTLEFS'] != 1:
|
||||
# we need a filesystem for replay
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user