arch/arm/src/nrf{52|53|91}/xxx_rtc.h: include nuttx/irq.h

fixes undefined xcpt_t error that sometimes occurs
This commit is contained in:
raiden00pl
2024-02-16 21:16:19 +01:00
committed by Xiang Xiao
parent 42dad89211
commit dbbe06193e
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -27,6 +27,8 @@
#include <nuttx/config.h>
#include <nuttx/irq.h>
#include <stdint.h>
/****************************************************************************
+2
View File
@@ -27,6 +27,8 @@
#include <nuttx/config.h>
#include <nuttx/irq.h>
#include <stdint.h>
/****************************************************************************
+2
View File
@@ -27,6 +27,8 @@
#include <nuttx/config.h>
#include <nuttx/irq.h>
#include <stdint.h>
/****************************************************************************