stm32-f4discovery-cc256x: ignore warnings in stm32cubemx files

This commit is contained in:
Matthias Ringwald 2025-01-14 12:20:55 +01:00
parent d5880e8db0
commit 1a4df347bf

View File

@ -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