summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-17 10:01:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-17 10:01:15 -0600
commit6f70ad63153a7cb4d035f0a9be411a3da4eac15b (patch)
tree684aa0e1597afa1e7904dde29cea67be4655d173 /nuttx/configs/sama5d3x-ek
parenta27a431ec0b599754266dfa4ce069449de1bd1b0 (diff)
downloadpx4-nuttx-6f70ad63153a7cb4d035f0a9be411a3da4eac15b.tar.gz
px4-nuttx-6f70ad63153a7cb4d035f0a9be411a3da4eac15b.tar.bz2
px4-nuttx-6f70ad63153a7cb4d035f0a9be411a3da4eac15b.zip
SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type xcpt_t
Diffstat (limited to 'nuttx/configs/sama5d3x-ek')
-rw-r--r--nuttx/configs/sama5d3x-ek/include/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/sama5d3x-ek/include/board.h b/nuttx/configs/sama5d3x-ek/include/board.h
index 8c64ed09b..d054a8ce3 100644
--- a/nuttx/configs/sama5d3x-ek/include/board.h
+++ b/nuttx/configs/sama5d3x-ek/include/board.h
@@ -41,6 +41,7 @@
************************************************************************************/
#include <nuttx/config.h>
+#include <nuttx/irq.h>
/************************************************************************************
* Pre-processor Definitions