From 4f3558b79198da40932a678d410cca57b1e0d801 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 12 Nov 2019 17:51:25 -0800 Subject: [PATCH] removed file that shouldn't be tracked --- .../.vscode/c_cpp_properties.json | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json deleted file mode 100644 index cea90cc..0000000 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "${HOME}\\AppData\\Local\\Arduino15\\packages\\MiniCore\\hardware\\avr\\2.0.3\\**", - "${workspaceFolder}\\**", - "D:\\Arduino\\**" - ], - "defines": [ - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "compilerPath": "C:\\Program Files\\LLVM\\bin\\clang.exe", - "cStandard": "c11", - "cppStandard": "c++17", - "intelliSenseMode": "clang-x64", - "forcedInclude": [] - } - ], - "version": 4 -} \ No newline at end of file