Browse Source

Replay: define HAL_GCS_ENABLED to 0

gps-1.3.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
6dbefd63d3
  1. 3
      Tools/Replay/wscript

3
Tools/Replay/wscript

@ -3,6 +3,9 @@
import boards import boards
def configure(cfg):
cfg.env.HAL_GCS_ENABLED = 0
def build(bld): 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':
# we need a filesystem for replay # we need a filesystem for replay

Loading…
Cancel
Save