Unverified Commit ad905ae9 authored by Dan Halbert's avatar Dan Halbert Committed by GitHub

Build libpico.a with PICO_XOSC_STARTUP_DELAY_MULTIPLIER=64 (#315)

Fixes #312
parent 608a5da4
No preview for this file type
......@@ -13,9 +13,11 @@ pico_sdk_init()
add_library(pico STATIC)
# Use a longer XOSC startup time, to accomodate Adafruit and other boards that may need it.
target_compile_definitions(pico PUBLIC
PICO_PRINTF_ALWAYS_INCLUDED=1
PICO_FLASH_SIZE_BYTES=16777216
PICO_XOSC_STARTUP_DELAY_MULTIPLIER=64
)
target_compile_options(pico PUBLIC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment