]> git.earman.xyz Git - sensor-watch.git/commitdiff
fix filename capitalization
authorjoeycastillo <joeycastillo@utexas.edu>
Sun, 9 Jan 2022 01:30:02 +0000 (20:30 -0500)
committerGitHub <noreply@github.com>
Sun, 9 Jan 2022 01:30:02 +0000 (20:30 -0500)
make.mk

diff --git a/make.mk b/make.mk
index a39f077a009eb0b2fdafb4820619292dfcf66d12..1b688ae57a3f013c76c63134e222b698fdf9f299 100644 (file)
--- 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__ \