diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 41b1cc6..04846ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ pico_sdk_init() add_executable(pico1541 src/pico1541.c src/6502.c src/6522.c src/drive.c src/usb_descriptors.c - src/ff/ff.c src/ff/ffsystem.c + src/ff/ff.c ) pico_set_binary_type(pico1541 copy_to_ram) target_include_directories(pico1541 PRIVATE src) |