Tools: add CAN bus declaration for the intel aero board

This commit is contained in:
Eugene Shamaev 2018-03-09 17:34:38 +02:00 committed by Andrew Tridgell
parent 7134a4bdf6
commit 68ec9f4119

View File

@ -621,6 +621,9 @@ class pxfmini(linux):
)
class aero(linux):
def __init__(self):
self.with_uavcan = True
def configure_env(self, cfg, env):
super(aero, self).configure_env(cfg, env)