From d6b7c6feb636f12dd8a05b186acd9f092d19be51 Mon Sep 17 00:00:00 2001 From: Alvise De Faveri <alvise.defaveri@skywarder.eu> Date: Sat, 18 Nov 2017 15:42:18 +0100 Subject: [PATCH] Removed stupid stuff wrote by error --- src/entrypoints/dsgamma-test.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/entrypoints/dsgamma-test.cpp b/src/entrypoints/dsgamma-test.cpp index 2bc1be55b..917c05a7a 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; -- GitLab