Skip to content

Commit

Permalink
AP_Periph: enable mutex locks in canard allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Jun 28, 2024
1 parent fe92dfe commit 66042f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AP_Periph/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def build(bld):
'USE_USER_HELPERS=1',
'CANARD_ENABLE_DEADLINE=1',
'CANARD_MULTI_IFACE=1',
'CANARD_ALLOCATE_SEM=1'
]
bld.env.INCLUDES += [bld.srcnode.find_dir('../AP_Periph').abspath()]

Expand Down

0 comments on commit 66042f8

Please sign in to comment.