Remove dumb define in intellisense

This commit is contained in:
Paul Guenette
2019-03-17 21:02:40 +01:00
parent b8c144905b
commit b5609a8da0
+1 -2
View File
@@ -28,8 +28,7 @@
"USB_PROTOCOL_NATIVE",
"__weak=\"__attribute__((weak))\"",
"__packed=\"__attribute__((__packed__))\"",
"__GNUC__",
"__ODRIVE_MAIN_H"
"__GNUC__"
],
"intelliSenseMode": "clang-x64",
"compilerPath": "\"${ARM_GCC_ROOT}/bin/arm-none-eabi-gcc.exe\" -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -specs=nosys.specs -specs=nano.specs -u _printf_float -u _scanf_float",