From 6d2e5cd69754b45ec0aa7b4559709a461e376578 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Fri, 30 Jul 2021 13:49:09 -0400 Subject: use atmel studio's configuration and init --- Sensor Watch Starter Project/make/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Sensor Watch Starter Project/make') 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) -- cgit v1.2.3