diff --git a/src/entrypoints/dsgamma-test.cpp b/src/entrypoints/dsgamma-test.cpp index 2bc1be55b006c8cd58a85a2e18d1d4a19e9ab60f..917c05a7ac637e22dfccc411ca6b4ac902c06060 100644 --- a/src/entrypoints/dsgamma-test.cpp +++ b/src/entrypoints/dsgamma-test.cpp @@ -152,10 +152,6 @@ void receiver(void *arg){ } -cd ~/skyward/Skyward-boardcore/bin/dsgamma-config -&& -openocd -f interface/stlink-v2.cfg -c "set WORKAREASIZE 0x2000" -f target/stm32f4x_stlink.cfg -c "program dsgamma-config.elf verify reset exit" - void handleCommand(char *cmd){ printf("Command received!\n"); char c = (char)20;