SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type xcpt_t
This commit is contained in:
parent
c6d70e29bc
commit
2f3fa3cbdc
|
@ -7187,3 +7187,7 @@
|
||||||
* arch/arm/src/sama5/sam_emac.c: Add missing right parentheses. This
|
* arch/arm/src/sama5/sam_emac.c: Add missing right parentheses. This
|
||||||
introduced in the above change and is Sourceforge patch 39 from Luciano
|
introduced in the above change and is Sourceforge patch 39 from Luciano
|
||||||
Neri (2014-4-17).
|
Neri (2014-4-17).
|
||||||
|
* configs/sama5dx-ek/include/board.h and sama5d3-xplained.h: These files
|
||||||
|
referenct type xcpt_t and so must include nuttx/irq.h. This is
|
||||||
|
Sourceforge bug 25 submitted by Luciano Neri (2014-4-17).
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
#include <nuttx/irq.h>
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
#include <nuttx/irq.h>
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
|
Loading…
Reference in New Issue