Fix build if the config is not updated

This commit is contained in:
David Sidrane
2016-05-19 12:44:58 -10:00
parent e27e87a957
commit 916153fb75
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