Fix build if the config is not updated
This commit is contained in:
parent
e27e87a957
commit
916153fb75
@ -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
|
||||
|
@ -58,6 +58,7 @@
|
||||
#include "sam_mpuinit.h"
|
||||
#include "sam_userspace.h"
|
||||
#include "sam_start.h"
|
||||
#include "sam_gpio.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
Loading…
Reference in New Issue
Block a user