ooops it was set to use DC sync, not the intention, SM2 sync was intended. Switch to SM2 sync

This commit is contained in:
Hakan Bastedt
2024-01-05 21:33:06 +01:00
parent 37d3ea6567
commit 7e06b0ce68
2 changed files with 10 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ debug_tool = stlink
debug_build_flags = -O0 -g -ggdb
monitor_port = COM7
monitor_speed = 115200
build_flags = -O0 -g -Wl,--no-warn-rwx-segment
build_flags = -Wl,--no-warn-rwx-segment
lib_deps =
SPI
rlogiacco/CircularBuffer@^1.3.3