mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Fix build if the config is not updated
This commit is contained in:
@@ -78,6 +78,9 @@
|
|||||||
# define SYSIO_BITS (MATRIX_CCFG_SYSIO_SYSIO4 | MATRIX_CCFG_SYSIO_SYSIO5)
|
# define SYSIO_BITS (MATRIX_CCFG_SYSIO_SYSIO4 | MATRIX_CCFG_SYSIO_SYSIO5)
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
#if !defined(SYSIO_BITS)
|
||||||
|
# define SYSIO_BITS 0
|
||||||
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Data
|
* Private Data
|
||||||
|
|||||||
@@ -58,6 +58,7 @@
|
|||||||
#include "sam_mpuinit.h"
|
#include "sam_mpuinit.h"
|
||||||
#include "sam_userspace.h"
|
#include "sam_userspace.h"
|
||||||
#include "sam_start.h"
|
#include "sam_start.h"
|
||||||
|
#include "sam_gpio.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
|||||||
Reference in New Issue
Block a user