arduino stuffs
Diffstat (limited to 'sequenced_led/.theia/launch.json')
-rw-r--r--sequenced_led/.theia/launch.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/sequenced_led/.theia/launch.json b/sequenced_led/.theia/launch.json
deleted file mode 100644
index af2138c..0000000
--- a/sequenced_led/.theia/launch.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- "version": "0.2.0",
- "configurations": [
-
- {
- "cwd": "${workspaceRoot}",
- "executable": "./bin/executable.elf",
- "name": "Debug Microcontroller",
- "request": "launch",
- "type": "cortex-debug",
- "servertype": "openocd"
- }
- ]
-}