Skip to content

Commit

Permalink
waf: include piccolocan protocol directory in all libraries
Browse files Browse the repository at this point in the history
with can_mgr in AP_Vehicle, eliding no longer works for the symbols generated from this directory, as *all* vehicles now get can, including the ones especially created in examples.  So now we include the symbols.
  • Loading branch information
peterbarker authored and tridge committed Feb 6, 2024
1 parent 17145be commit 95661bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/ardupilotwaf/ardupilotwaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def ap_get_all_libraries(bld):
continue
libraries.append(name)
libraries.extend(['AP_HAL', 'AP_HAL_Empty'])
libraries.append('AP_PiccoloCAN/piccolo_protocol')
return libraries

@conf
Expand Down

0 comments on commit 95661bb

Please sign in to comment.