Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eamars committed Apr 4, 2024
1 parent f81c21b commit 6a82a1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ target_link_libraries(app_base
hardware_i2c
pico_cyw43_arch_lwip_sys_freertos
pico_lwip_freertos
app_version
)

# Pull in src to generate extra files
Expand All @@ -110,7 +111,6 @@ add_executable(initial_deployment)
# Include libraries1
target_link_libraries(initial_deployment
app_base
app_version
)

target_link_options(initial_deployment PUBLIC -Wl,--gc-sections -Wl,--print-memory-usage)
Expand All @@ -129,7 +129,6 @@ add_executable(fw_bank0)
# Include libraries1
target_link_libraries(fw_bank0
app_base
app_version
)

target_link_options(fw_bank0 PUBLIC -Wl,--gc-sections -Wl,--print-memory-usage)
Expand All @@ -148,7 +147,6 @@ add_executable(fw_bank1)
# Include libraries1
target_link_libraries(fw_bank1
app_base
app_version
)

target_link_options(fw_bank1 PUBLIC -Wl,--gc-sections -Wl,--print-memory-usage)
Expand Down

0 comments on commit 6a82a1f

Please sign in to comment.