diff --git a/Tools/Replay/wscript b/Tools/Replay/wscript index 98f832c2ae..a5a3b23937 100644 --- a/Tools/Replay/wscript +++ b/Tools/Replay/wscript @@ -4,6 +4,10 @@ import boards 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 bld.ap_stlib(