Skip to content

Commit

Permalink
AP_Bootloader: correct use usage
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Nov 25, 2024
1 parent 8be5630 commit 2ebbedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/AP_Bootloader/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def build(bld):

bld.ap_stlib(
name= 'AP_Bootloader_libs',
use='dronecan',
use=['dronecan'],
dynamic_source='modules/DroneCAN/libcanard/dsdlc_generated/src/**.c',
ap_vehicle='AP_Bootloader',
ap_libraries= flashiface_lib + [
Expand All @@ -27,7 +27,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 2ebbedb

Please sign in to comment.