Skip to content

Commit

Permalink
fixed bug that causes some DACs to fail after first plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ploopyco committed Aug 10, 2023
1 parent 8ac4089 commit 5779320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ target_compile_definitions(ploopy_headphones PRIVATE

# make the git hash available to the firmware
GIT_HASH="${GIT_HASH}"

PICO_XOSC_STARTUP_DELAY_MULTIPLIER=64
)

pico_enable_stdio_usb(ploopy_headphones 0)
Expand Down

0 comments on commit 5779320

Please sign in to comment.