From d566a68da5f6b0f860acf5133955b702350c2473 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sat, 8 Jan 2022 20:30:02 -0500 Subject: [PATCH] fix filename capitalization --- make.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.mk b/make.mk index a39f077..1b688ae 100644 --- a/make.mk +++ b/make.mk @@ -115,7 +115,7 @@ SRCS += \ $(TOP)/watch-library/hpl/slcd/hpl_slcd.c \ $(TOP)/watch-library/hpl/systick/hpl_systick.c \ $(TOP)/watch-library/driver/lis2dh.c \ - $(TOP)/watch-library/driver/lis2dW.c \ + $(TOP)/watch-library/driver/lis2dw.c \ DEFINES += \ -D__SAML22J18A__ \