drivers: exti: stm32: expose STM32_EXTI_LINE_NONE
Common STM32_EXTI_LINE_NONE for declaration and setting of wakeup EXTI line when configured. Signed-off-by: Cyril Fougeray <cyril.fougeray@worldcoin.org>
This commit is contained in:
parent
f9adaca473
commit
51fa86bb98
3 changed files with 3 additions and 2 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <zephyr/sys/__assert.h>
|
||||
#include <soc.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/drivers/interrupt_controller/exti_stm32.h>
|
||||
#include <zephyr/drivers/uart.h>
|
||||
#include <zephyr/drivers/clock_control.h>
|
||||
#include <zephyr/drivers/reset.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue