diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-07-30 13:49:09 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-07-30 13:49:09 -0400 |
commit | 6d2e5cd69754b45ec0aa7b4559709a461e376578 (patch) | |
tree | 912e15682289d696b94ccc4d938a3888b40cc92c /Sensor Watch Starter Project/make | |
parent | e68086a087e0a7756fc377b9bd894c2b8d929e68 (diff) | |
download | Sensor-Watch-6d2e5cd69754b45ec0aa7b4559709a461e376578.tar.gz Sensor-Watch-6d2e5cd69754b45ec0aa7b4559709a461e376578.tar.bz2 Sensor-Watch-6d2e5cd69754b45ec0aa7b4559709a461e376578.zip |
use atmel studio's configuration and init
Diffstat (limited to 'Sensor Watch Starter Project/make')
-rwxr-xr-x | Sensor Watch Starter Project/make/Makefile | 4 |
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)
|