Skip to content

Commit

Permalink
Fix missing source file for RPi Pico
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Jan 12, 2024
1 parent c452370 commit 0213109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/TARGET_RASPBERRYPI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ target_include_directories(mbed-raspberrypi

target_sources(mbed-raspberrypi
INTERFACE
pico-sdk/src/rp2_common/hardware_adc/adc.c
pico-sdk/src/rp2_common/hardware_flash/flash.c
pico-sdk/src/rp2_common/hardware_uart/uart.c
pico-sdk/src/rp2_common/hardware_spi/spi.c
Expand Down

0 comments on commit 0213109

Please sign in to comment.