Browse Source

ardupilotwaf: Disable exceptions for UAVCAN on linux boards

mission-4.1.18
Alexey Bulatov 8 years ago committed by Tom Pittenger
parent
commit
e16ac3da23
  1. 3
      Tools/ardupilotwaf/boards.py

3
Tools/ardupilotwaf/boards.py

@ -427,6 +427,9 @@ class linux(Board): @@ -427,6 +427,9 @@ class linux(Board):
'AP_HAL_Linux',
]
if self.with_uavcan:
cfg.define('UAVCAN_EXCEPTIONS', 0)
def build(self, bld):
super(linux, self).build(bld)
if bld.options.upload:

Loading…
Cancel
Save