Revert "included accidentally"

This reverts commit c4c9887ec0.
This commit is contained in:
Darryldh 2022-10-30 22:28:25 -04:00
parent 3b3781add7
commit 0362501526

12
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,12 @@
{
"files.associations": {
"*.overlay": "dts",
"*.keymap": "dts",
"peripheral_status.h": "c"
},
"python.formatting.provider": "black",
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}