mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Replay: define HAL_GCS_ENABLED to 0
This commit is contained in:
parent
76e2db952b
commit
6dbefd63d3
@ -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…
Reference in New Issue
Block a user