commit stale changes

This commit is contained in:
2026-07-26 21:49:32 +02:00
parent cb55e31b19
commit f805b571d9
34 changed files with 1102 additions and 1043 deletions
+3 -2
View File
@@ -106,7 +106,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/build/debug/poet.elf",
"args": [],
"args": ["f"],
"stopAtEntry": false,
"cwd": "${workspaceRoot}",
"environment": [],
@@ -123,7 +123,8 @@
"text": "-gdb-set disassembly-flavor intel",
"ignoreFailures": true
}
]
],
"miDebuggerPath": "/usr/bin/gdb"
}
]
}