]> git.earman.xyz Git - sensor-watch.git/commitdiff
no need to build lis2dh driver anymore
authorJoey Castillo <joeycastillo@utexas.edu>
Thu, 17 Feb 2022 19:48:40 +0000 (14:48 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Thu, 17 Feb 2022 19:48:40 +0000 (14:48 -0500)
make.mk

diff --git a/make.mk b/make.mk
index fb54664c15cac47cac6671d511ada090ca03aa8c..98e46c10b89f320e4b90f02a8e9da54709704af1 100644 (file)
--- a/make.mk
+++ b/make.mk
@@ -118,7 +118,6 @@ SRCS += \
   $(TOP)/watch-library/hardware/hpl/slcd/hpl_slcd.c \
   $(TOP)/watch-library/hardware/hpl/systick/hpl_systick.c \
   $(TOP)/watch-library/shared/driver/thermistor_driver.c \
-  $(TOP)/watch-library/shared/driver/lis2dh.c \
   $(TOP)/watch-library/shared/driver/lis2dw.c \
   $(TOP)/watch-library/shared/driver/spiflash.c \
   $(TOP)/watch-library/shared/watch/watch_private_buzzer.c \