From 7e10bc543fa4eeee3934d3f14c1a134fda851e01 Mon Sep 17 00:00:00 2001 From: Darryldh Date: Wed, 19 Oct 2022 10:32:56 -0400 Subject: [PATCH 1/2] included accidentally --- .vscode/c_cpp_properties.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 377f5527..00000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "compilerPath": "/msys64/mingw64/bin/gcc.exe", - "cStandard": "gnu17", - "cppStandard": "c++17", - "intelliSenseMode": "linux-gcc-arm", - "compileCommands": "" - } - ], - "version": 4 -} \ No newline at end of file From c4c9887ec081bdf5a08b4a9fe98a16051f096c67 Mon Sep 17 00:00:00 2001 From: Darryldh Date: Wed, 19 Oct 2022 10:34:19 -0400 Subject: [PATCH 2/2] included accidentally --- .vscode/settings.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 07c2eca1..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "files.associations": { - "*.overlay": "dts", - "*.keymap": "dts", - "peripheral_status.h": "c" - }, - "python.formatting.provider": "black", - - "[yaml]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - } -} \ No newline at end of file