Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortinbra committed May 8, 2024
1 parent 1838e94 commit adbe9f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ controllers/NESController.cpp
controllers/SNESController.cpp
controllers/N64.cpp
)
add_subdirectory(../lib/no-OS-FatFS-SD-SPI-RPi-Pico/FatFs_SPI build)
pico_set_program_name(${PROJECT_NAME} "GP2040-RE")
pico_set_program_version(${PROJECT_NAME} "0.1")

Expand All @@ -54,7 +53,6 @@ target_link_libraries(${PROJECT_NAME}
hardware_i2c
pico_multicore
pico_stdlib
FatFs_SPI
)
target_compile_definitions(${PROJECT_NAME} PUBLIC
PICO_XOSC_STARTUP_DELAY_MULTIPLIER=64
Expand Down

0 comments on commit adbe9f6

Please sign in to comment.