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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sensor Watch Starter Project/make/Makefile b/Sensor Watch Starter Project/make/Makefile
index b3920644..7a402524 100755
--- a/Sensor Watch Starter Project/make/Makefile
+++ b/Sensor Watch Starter Project/make/Makefile
@@ -55,6 +55,7 @@ INCLUDES += \
-I../hpl/tc/ \
-I../hri/ \
-I../config/ \
+ -I../hw/ \
-I..
SRCS += \
@@ -95,8 +96,7 @@ SRCS += \
DEFINES += \
-D__SAML22J18A__ \
- -DDONT_USE_CMSIS_INIT \
- -DF_CPU=16000000
+ -DDONT_USE_CMSIS_INIT
CFLAGS += $(INCLUDES) $(DEFINES)