drivers: serial: gecko: fix impmlicit declaration of IRQ_CONNECT
Previously, the build was failing due to implicit declaration of `IRQ_CONNECT`. Simply include `<zephyr/irq.h>` to fix. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
This commit is contained in:
parent
3d85ae37b6
commit
582f77ea38
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <zephyr/drivers/uart.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <em_leuart.h>
|
||||
#include <em_gpio.h>
|
||||
#include <em_cmu.h>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <zephyr/drivers/uart.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <em_usart.h>
|
||||
#include <em_gpio.h>
|
||||
#include <em_cmu.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue