Skip to content

Commit

Permalink
AP_Periph: correct use usage
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Nov 25, 2024
1 parent 2ebbedb commit 2ec8892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/AP_Periph/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def build(bld):
dynamic_source='modules/DroneCAN/libcanard/dsdlc_generated/src/**.c',
ap_vehicle='AP_Periph',
ap_libraries= libraries,
use='dronecan',
use=['dronecan'],
exclude_src=[
'libraries/AP_HAL_ChibiOS/Storage.cpp'
]
Expand All @@ -100,7 +100,7 @@ def build(bld):
# build external libcanard library
bld.stlib(source='../../modules/DroneCAN/libcanard/canard.c',
name='libcanard',
use='dronecan',
use=['dronecan'],
target='libcanard')

bld.ap_program(
Expand Down

0 comments on commit 2ec8892

Please sign in to comment.