Browse Source
Check for STM32F1 series was done with "#ifdef SOC_SERIES_STM32F1X" but this symbol comes from Kconfig. Use the correct "CONFIG_SOC_SERIES_STM32F1X" instead. Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua>pull/92661/merge
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue