Skip to content

Commit

Permalink
Adding fix from rama, increase oscillator startup delay
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbaumann committed Dec 10, 2024
1 parent 90a087b commit 7a9e9cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ pico_sdk_init()

add_executable(picostation)

target_compile_definitions(
picostation PUBLIC
PICO_XOSC_STARTUP_DELAY_MULTIPLIER=64
)

target_sources(picostation PRIVATE
src/cmd.cpp
src/disc_image.cpp
Expand Down

0 comments on commit 7a9e9cf

Please sign in to comment.