Merged in david_s5/nuttx/sam_jam (pull request #23)

Fix build if the config is not updated
This commit is contained in:
Gregory Nutt
2016-05-19 17:45:38 -06:00
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -78,6 +78,9 @@
# define SYSIO_BITS (MATRIX_CCFG_SYSIO_SYSIO4 | MATRIX_CCFG_SYSIO_SYSIO5)
# endif
#endif
#if !defined(SYSIO_BITS)
# define SYSIO_BITS 0
#endif
/****************************************************************************
* Private Data
+1
View File
@@ -58,6 +58,7 @@
#include "sam_mpuinit.h"
#include "sam_userspace.h"
#include "sam_start.h"
#include "sam_gpio.h"
/****************************************************************************
* Pre-processor Definitions