List usb device

This commit is contained in:
2022-11-08 19:51:11 +01:00
parent fa543d936f
commit f65b643081
6 changed files with 90 additions and 8 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "(gdb) Starten",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/ptprnt",
"program": "${workspaceFolder}/builddir/ptprnt",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",