From eaba2a7b0658f648bf32219aec0ce827c94333a0 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 27 Feb 2021 22:26:22 +1300 Subject: Make timer mandatory for data manager The NULL check was a bit of a hack to get the test building. Probably a bad idea to leave it around, since there's no time it's sane to leave the timestamps on data manager contexts unset. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 809c153..a1d6ab9 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ TEST_OBJ = \ $(NATIVE_DIR)/test_data_manager.o \ $(NATIVE_DIR)/data_manager.o \ $(NATIVE_DIR)/barometer_sim.o \ + $(NATIVE_DIR)/timer_linux.o \ $(NATIVE_DIR)/util.o REAL_OBJ = \ -- cgit v1.1