Compare commits

..

1 Commits

2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/libgpio_sys"
"/usr/include/libgpio_ftdi"
],
"defines": [],
"compilerPath": "/usr/bin/clang",

View File

@ -24,8 +24,6 @@ INCLUDES += $(EXTRA_INC)
LIBS = gpio_sys i2c_bb ads1115
LD_FLAGS += $(addprefix -L,$(EXTRA_LIB_DIR))
ifneq "$(findstring $(MAKECMDGOALS), build_unit_test exec_unit_test coverage)" ""
INCLUDES += test/inc
C_FLAGS += --coverage