From 3ee6d4b5f90cea5f0959ed0724151551c8fb5029 Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Thu, 29 May 2025 13:05:58 -0500 Subject: perf: Use 4K sectors for flash access --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit 1.4.1