mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Replay: don't build on chibios
This commit is contained in:
parent
025cf8f72b
commit
7568639af7
@ -4,6 +4,9 @@
|
||||
import boards
|
||||
|
||||
def build(bld):
|
||||
if isinstance(bld.get_board(), boards.chibios):
|
||||
return
|
||||
|
||||
vehicle = bld.path.name
|
||||
|
||||
bld.ap_stlib(
|
||||
|
Loading…
Reference in New Issue
Block a user