summaryrefslogtreecommitdiffstats
path: root/movement
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-04-10 16:21:12 -0400
committerJoey Castillo <joeycastillo@utexas.edu>2022-04-10 18:10:49 -0400
commitd91274e782b17b49bfa639de09dbd988777fec97 (patch)
tree91957e76f71c6e003814bbf9681f00941614bf58 /movement
parent3eb38210090b9d9bbf2ff869c43e670038fe2af3 (diff)
downloadSensor-Watch-d91274e782b17b49bfa639de09dbd988777fec97.tar.gz
Sensor-Watch-d91274e782b17b49bfa639de09dbd988777fec97.tar.bz2
Sensor-Watch-d91274e782b17b49bfa639de09dbd988777fec97.zip
remove old lis2dh driver
Diffstat (limited to 'movement')
-rwxr-xr-xmovement/make/Makefile1
-rw-r--r--movement/movement_faces.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index 0f1e711a..a773fee4 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -44,7 +44,6 @@ SRCS += \
../watch_faces/sensor/thermistor_testing_face.c \
../watch_faces/demo/character_set_face.c \
../watch_faces/demo/voltage_face.c \
- ../watch_faces/demo/lis2dh_logging_face.c \
../watch_faces/demo/demo_face.c \
../watch_faces/demo/hello_there_face.c \
../watch_faces/complication/pulsometer_face.c \
diff --git a/movement/movement_faces.h b/movement/movement_faces.h
index 66fca61a..d90bf02e 100644
--- a/movement/movement_faces.h
+++ b/movement/movement_faces.h
@@ -39,7 +39,6 @@
#include "voltage_face.h"
#include "stopwatch_face.h"
#include "totp_face.h"
-#include "lis2dh_logging_face.h"
#include "demo_face.h"
#include "hello_there_face.h"
#include "sunrise_sunset_face.h"