Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19446: cpu/stm32: Fix periph_gpio_ll_irq r=MrKevinWeiss a=maribu ### Contribution description This fixes a high impact typo that broke GPIO LL IRQ support on a bunch of STM32 families. This also adds a compile time check that prevents using `SYSFG` without having `SYSFG_CLOCK` defined to prevent future issues like this. ### Testing procedure ``` make BOARD=nucleo-f429zi flash test-with-config -j16 -C tests/periph_gpio_ll [...] TEST SUCCEEDED ``` Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
- Loading branch information