diff --git a/vscode/launch.json b/vscode/launch.json index cf81817..d6d10d1 100644 --- a/vscode/launch.json +++ b/vscode/launch.json @@ -50,4 +50,4 @@ "runToMain": true, }, ] -} \ No newline at end of file +} diff --git a/vscode/tasks.json b/vscode/tasks.json index 6d36d81..2a52e98 100644 --- a/vscode/tasks.json +++ b/vscode/tasks.json @@ -32,7 +32,7 @@ "type": "shell", "command": "~/.cargo/bin/cargo", // note: full path to the cargo "args": [ - "build", "-p", "vorago-peb1", "--example", "blinky" + "build", "-p", "vorago-hal", "--example", "blinky" ], "group": { "kind": "build", @@ -40,4 +40,4 @@ } }, ] -} \ No newline at end of file +}