mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Replay: require a filesystem for replay
This commit is contained in:
parent
20ecac5e9f
commit
7308384cdc
@ -4,6 +4,10 @@
|
|||||||
import boards
|
import boards
|
||||||
|
|
||||||
def build(bld):
|
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
|
vehicle = bld.path.name
|
||||||
|
|
||||||
bld.ap_stlib(
|
bld.ap_stlib(
|
||||||
|
Loading…
Reference in New Issue
Block a user