mirror of https://github.com/ArduPilot/ardupilot
waf: add support UAVCAN for Edge board
This commit is contained in:
parent
cec346c016
commit
7302618bbc
|
@ -536,6 +536,9 @@ class navio2(linux):
|
|||
class edge(linux):
|
||||
toolchain = 'arm-linux-gnueabihf'
|
||||
|
||||
def __init__(self):
|
||||
self.with_uavcan = True
|
||||
|
||||
def configure_env(self, cfg, env):
|
||||
super(edge, self).configure_env(cfg, env)
|
||||
|
||||
|
|
Loading…
Reference in New Issue