mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
waf: add support for semaphores around allocate blocks in libcanard
This commit is contained in:
parent
679356245c
commit
8ac9480e3d
@ -447,6 +447,7 @@ class Board:
|
||||
DRONECAN_CXX_WRAPPERS = 1,
|
||||
USE_USER_HELPERS = 1,
|
||||
CANARD_ENABLE_DEADLINE = 1,
|
||||
CANARD_ALLOCATE_SEM=1
|
||||
)
|
||||
|
||||
|
||||
|
@ -457,7 +457,8 @@ def setup_canmgr_build(cfg):
|
||||
'DRONECAN_CXX_WRAPPERS=1',
|
||||
'USE_USER_HELPERS=1',
|
||||
'CANARD_ENABLE_DEADLINE=1',
|
||||
'CANARD_MULTI_IFACE=1'
|
||||
'CANARD_MULTI_IFACE=1',
|
||||
'CANARD_ALLOCATE_SEM=1'
|
||||
]
|
||||
|
||||
if cfg.env.HAL_CANFD_SUPPORTED:
|
||||
|
Loading…
Reference in New Issue
Block a user