From 928f9abaf4c88c670a08dd79305f3370165005d0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 18 Jun 2016 11:20:24 +0200 Subject: tracker/hatire: oops, fix build in serial mode --- tracker-hatire/thread.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tracker-hatire/thread.cpp b/tracker-hatire/thread.cpp index 85e3f772..8a4b5f12 100644 --- a/tracker-hatire/thread.cpp +++ b/tracker-hatire/thread.cpp @@ -139,7 +139,9 @@ void hatire_thread::run() #endif (void) exec(); +#ifdef HATIRE_DEBUG_LOGFILE read_timer.stop(); +#endif } serial_result hatire_thread::init_serial_port_impl() -- cgit v1.2.3