From 64a168c77568f8886662b535515ff25d056042e9 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 27 Feb 2021 23:25:04 +1300 Subject: Re-add basic display-only logic This module will be extended later with input and UI/menu logic --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2546df..c1f53b2 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,7 @@ REAL_OBJ = \ $(REAL_DIR)/altimeter.o \ $(REAL_DIR)/util.o \ $(REAL_DIR)/timer.o \ + $(REAL_DIR)/ui.o \ $(REAL_DIR)/data_manager.o SIM_OBJ = \ @@ -79,6 +80,7 @@ SIM_OBJ = \ $(SIM_DIR)/altimeter.o \ $(SIM_DIR)/util.o \ $(SIM_DIR)/timer.o \ + $(SIM_DIR)/ui.o \ $(SIM_DIR)/data_manager.o ALL_OBJ = $(TEST_OBJ) $(REAL_OBJ) $(SIM_OBJ) -- cgit v1.1