Skip to content

Commit

Permalink
nuttx: Add missing include header in IRQ implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
  • Loading branch information
gustavonihei committed Mar 7, 2023
1 parent 6244b2e commit 7d439b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/system/nuttx/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <metal/errno.h>
#include <metal/irq_controller.h>
#include <metal/alloc.h>
#include <nuttx/arch.h>
#include <nuttx/irq.h>

unsigned int metal_irq_save_disable(void)
Expand Down

0 comments on commit 7d439b5

Please sign in to comment.