diff options
Diffstat (limited to 'libraries/mbed/Makefile')
-rw-r--r-- | libraries/mbed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/mbed/Makefile b/libraries/mbed/Makefile index 9d68e92..eb2bd2b 100644 --- a/libraries/mbed/Makefile +++ b/libraries/mbed/Makefile @@ -1,9 +1,11 @@ CC=arm-none-eabi-gcc AR=arm-none-eabi-ar +CFLAGS += -Wno-unused-parameter + ########################################### -vpath %.c targets/cmsis/TARGET_STM/TARGET_STM32F4 targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_DEV_BRIDGE +vpath %.c $(CMSIS_DIR) $(BOARD_DIR) SRCS = stm32f4xx_hal.c \ stm32f4xx_hal_adc.c \ |