summaryrefslogtreecommitdiffstats
path: root/Sensor Watch Starter Project/make
diff options
context:
space:
mode:
Diffstat (limited to 'Sensor Watch Starter Project/make')
-rwxr-xr-xSensor Watch Starter Project/make/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Sensor Watch Starter Project/make/Makefile b/Sensor Watch Starter Project/make/Makefile
index 900e51fb..a40eb7ca 100755
--- a/Sensor Watch Starter Project/make/Makefile
+++ b/Sensor Watch Starter Project/make/Makefile
@@ -56,6 +56,7 @@ INCLUDES += \
-I../hri/ \
-I../config/ \
-I../hw/ \
+ -I../watch/ \
-I../app/ \
-I..
@@ -63,7 +64,7 @@ SRCS += \
../main.c \
../startup_saml22.c \
../hw/driver_init.c \
- ../hw/watch.c \
+ ../watch/watch.c \
../app/app.c \
../hal/src/hal_adc_sync.c \
../hal/src/hal_atomic.c \