Skip to content

Commit

Permalink
Remove duplicated dependencies in pico examples
Browse files Browse the repository at this point in the history
The modules are already included in atomvmlib.uf2

Signed-off-by: Paul Guyot <[email protected]>
  • Loading branch information
pguyot committed Oct 6, 2023
1 parent 61f4b72 commit e06aa4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/erlang/rp2040/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project(examples_erlang_rp2040)

include(BuildErlang)

pack_uf2(hello_pico hello_pico eavmlib estdlib)
pack_uf2(pico_blink pico_blink eavmlib estdlib)
pack_uf2(pico_rtc pico_rtc eavmlib estdlib)
pack_uf2(picow_blink picow_blink eavmlib estdlib)
pack_uf2(hello_pico hello_pico)
pack_uf2(pico_blink pico_blink)
pack_uf2(pico_rtc pico_rtc)
pack_uf2(picow_blink picow_blink)

0 comments on commit e06aa4c

Please sign in to comment.