Replay: define HAL_GCS_ENABLED to 0

This commit is contained in:
Peter Barker 2021-08-19 16:18:03 +10:00 committed by Peter Barker
parent 76e2db952b
commit 6dbefd63d3

View File

@ -3,6 +3,9 @@
import boards
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':
# we need a filesystem for replay