Browse Source

Tools: add CAN bus declaration for the intel aero board

master
Eugene Shamaev 7 years ago committed by Andrew Tridgell
parent
commit
68ec9f4119
  1. 3
      Tools/ardupilotwaf/boards.py

3
Tools/ardupilotwaf/boards.py

@ -621,6 +621,9 @@ class pxfmini(linux): @@ -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)

Loading…
Cancel
Save