Skip to content
Snippets Groups Projects
Commit 916153fb authored by David Sidrane's avatar David Sidrane
Browse files

Fix build if the config is not updated

parent e27e87a9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment