From d50d2a22f0252f564fdbc0a58cbb9041f67ba357 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 31 Mar 2020 16:05:29 +0200 Subject: Tries to trace the OCOA and OCOB pins but no output? --- picl-firmware/.vscode/tasks.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'picl-firmware/.vscode/tasks.json') diff --git a/picl-firmware/.vscode/tasks.json b/picl-firmware/.vscode/tasks.json index 069c853..5512abb 100644 --- a/picl-firmware/.vscode/tasks.json +++ b/picl-firmware/.vscode/tasks.json @@ -6,17 +6,16 @@ { "type": "shell", "label": "avr-gcc build active file", - "command": "/bin/avr-gcc", + "command": "/usr/bin/avr-gcc", "args": [ "-mmcu=attiny24", "-g", "${file}", + "-I", + "/usr/include/simavr/", "-o", "${fileDirname}/${fileBasenameNoExtension}" ], - "options": { - "cwd": "/bin" - }, "problemMatcher": [ "$gcc" ], -- cgit v1.2.3-70-g09d2