Tools: add CAN bus declaration for the intel aero board
This commit is contained in:
parent
7134a4bdf6
commit
68ec9f4119
@ -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…
Reference in New Issue
Block a user