carlk3 / no-OS-FatFS-SD-SDIO-SPI-RPi-Pico

A FAT filesystem with SDIO and SPI drivers for SD card on Raspberry Pi Pico
Apache License 2.0
76 stars 15 forks source link

README.md embedded library example, potential error #36

Open lrochfort opened 4 months ago

lrochfort commented 4 months ago

README.md Next Steps states:

You might also need to pick up the library in CMakeLists.txt:

add_subdirectory(no-OS-FatFS-SD-SDIO-SPI-RPi-Pico/src build)
target_link_libraries(_my_app_ src)

I believe target_link_libaries(_my_app_ src)should be target_link_libaries(_my_app_ no-OS-FatFS-SD-SDIO-SPI-RPi-Pico)