added compiler args for vscode

This commit is contained in:
Zino Holwerda 2022-12-08 15:55:11 +01:00
parent e8492a8caa
commit 80f9167ab9
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,10 @@
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "gcc-avr",
"configurationProvider": "ms-vscode.makefile-tools"
"configurationProvider": "ms-vscode.makefile-tools",
"compilerArgs": [
"-mmcu=atmega328p"
]
}
],
"version": 4