summaryrefslogtreecommitdiffstats
path: root/Sensor Watch Starter Project/make
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-08-01 18:40:03 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-08-01 18:40:42 -0400
commit7e330befffdc2783207b83f12f30f328f5f3318d (patch)
tree92bc6d757d4dc0409d95b40efcd40ccd7372e049 /Sensor Watch Starter Project/make
parenta547d78c1edfaeb9075934c87753b3352a4ece46 (diff)
downloadSensor-Watch-7e330befffdc2783207b83f12f30f328f5f3318d.tar.gz
Sensor-Watch-7e330befffdc2783207b83f12f30f328f5f3318d.tar.bz2
Sensor-Watch-7e330befffdc2783207b83f12f30f328f5f3318d.zip
move user application code to app folder
Diffstat (limited to 'Sensor Watch Starter Project/make')
-rwxr-xr-xSensor Watch Starter Project/make/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Sensor Watch Starter Project/make/Makefile b/Sensor Watch Starter Project/make/Makefile
index 43d0e803..900e51fb 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../app/ \
-I..
SRCS += \
@@ -63,6 +64,7 @@ SRCS += \
../startup_saml22.c \
../hw/driver_init.c \
../hw/watch.c \
+ ../app/app.c \
../hal/src/hal_adc_sync.c \
../hal/src/hal_atomic.c \
../hal/src/hal_calendar.c \