mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
stm32-f4discovery-cc256x: ignore warnings in stm32cubemx files
This commit is contained in:
parent
d5880e8db0
commit
1a4df347bf
@ -12,6 +12,9 @@ target_compile_definitions(stm32cubemx INTERFACE
|
||||
$<$<CONFIG:Debug>:DEBUG>
|
||||
)
|
||||
|
||||
# Ignore warnings in STM32CubeMX code
|
||||
target_compile_options(stm32cubemx INTERFACE -Wno-unused-parameter)
|
||||
|
||||
target_include_directories(stm32cubemx INTERFACE
|
||||
../../Inc
|
||||
../../Drivers/STM32F4xx_HAL_Driver/Inc
|
||||
|
Loading…
x
Reference in New Issue
Block a user