Compare commits

..

1 Commits

2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -24,6 +24,8 @@ 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