summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-05-02 13:50:34 -0400
committerDan Halbert <halbert@halwitz.org>2018-05-02 13:50:34 -0400
commit33b9c39f58afb0ffd64ef8131a6b3538322fbcc0 (patch)
tree78053b6b3fb46a29f6cde5b1d9274383eda3e10a
parente565282da9636e3685eed4e08c3a2e0044eff051 (diff)
peripherals.c should include peripherals.h
-rw-r--r--ports/atmel-samd/peripherals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/peripherals.c b/ports/atmel-samd/peripherals.c
index b898650f6..c75a1f43b 100644
--- a/ports/atmel-samd/peripherals.c
+++ b/ports/atmel-samd/peripherals.c
@@ -24,7 +24,7 @@
* THE SOFTWARE.
*/
-#include <stdint.h>
+#include "peripherals.h"
#include "hpl_sercom_config.h"