cleanup: removed dead code, fixed small issues

This commit is contained in:
A.M. Rowsell 2026-06-24 11:20:16 -04:00
commit 06626f3349
4 changed files with 5 additions and 37 deletions

View file

@ -54,6 +54,8 @@ add_custom_target(flash
-f interface/cmsis-dap.cfg
-f target/rp2040.cfg
-c "adapter speed 10000"
-c "program ${CMAKE_CURRENT_BINARY_DIR}/ensaht.elf verify reset exit"
-c "program ${CMAKE_CURRENT_BINARY_DIR}/ensaht.elf verify"
-c "reset init"
-c "exit"
DEPENDS ensaht
)