Skip to content

Commit

Permalink
Total control sequence needs percent countdown simulation lvgl#1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Fields committed Oct 27, 2022
1 parent c87a32c commit 4a3b904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "lldb",
"MIMode": "gdb",
"miDebuggerPath": "/usr/bin/gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
Expand Down

0 comments on commit 4a3b904

Please sign in to comment.