Skip to content

Commit

Permalink
nuttx: Add missing include header in IRQ implementation
Browse files Browse the repository at this point in the history
Missing header became evident after a code refactor in another NuttX
component, which resulted in build warnings.

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
  • Loading branch information
gustavonihei authored and arnopo committed Mar 23, 2023
1 parent 6244b2e commit 5a87db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/system/nuttx/irq.c
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 5a87db2

Please sign in to comment.