summaryrefslogtreecommitdiffstats
path: root/watch-library/main.c
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-09-13 16:43:35 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-09-13 16:44:07 -0400
commit5a53916f0e51f02aab6d892c87310e5730abce5c (patch)
tree790945ca3e388417685dde5d2f100f3d3fdba83f /watch-library/main.c
parent5cd6b1afc7cacbe3479fd57305ce71ac25e42759 (diff)
downloadSensor-Watch-5a53916f0e51f02aab6d892c87310e5730abce5c.tar.gz
Sensor-Watch-5a53916f0e51f02aab6d892c87310e5730abce5c.tar.bz2
Sensor-Watch-5a53916f0e51f02aab6d892c87310e5730abce5c.zip
first steps toward supporting alternate board pinouts
Diffstat (limited to 'watch-library/main.c')
-rwxr-xr-xwatch-library/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/main.c b/watch-library/main.c
index af34d850..c9f24150 100755
--- a/watch-library/main.c
+++ b/watch-library/main.c
@@ -30,7 +30,7 @@
#include <stdio.h>
#include "saml22.h"
#include "hal_init.h"
-#include "atmel_start_pins.h"
+#include "pins.h"
#include "watch.h"
#include "tusb.h"