waf: add support UAVCAN for Edge board

This commit is contained in:
Alexey Bulatov 2017-07-28 13:56:11 +03:00 committed by Tom Pittenger
parent cec346c016
commit 7302618bbc
1 changed files with 3 additions and 0 deletions

View File

@ -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)