From 2253c912c86b5196e17657ee067abfc7afa4d652 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 11 Dec 2017 10:28:25 +0100 Subject: Add basic uptime getter, improve loop support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 849411d..6440a1b 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CXXFLAGS = -std=c++14 TARGETS = src/os/main.cc src/os/object/cpp_helpers.cc src/os/object/outputstream.cc -ifeq (${arduino}, 1) +ifeq (${loop}, 1) COMMON_FLAGS += -DWITH_LOOP endif -- cgit v1.2.3