Replay: don't build on chibios

This commit is contained in:
Andrew Tridgell 2020-11-09 12:35:30 +11:00
parent 025cf8f72b
commit 7568639af7

View File

@ -4,6 +4,9 @@
import boards
def build(bld):
if isinstance(bld.get_board(), boards.chibios):
return
vehicle = bld.path.name
bld.ap_stlib(