From 91b5596329bc4a14f2f74fed131c5f5b342898e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 6 Feb 2019 21:30:13 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@702 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/thread/pitimer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_main/thread/pitimer.cpp b/src_main/thread/pitimer.cpp index bdfa1d37..2c70f8b4 100755 --- a/src_main/thread/pitimer.cpp +++ b/src_main/thread/pitimer.cpp @@ -443,7 +443,7 @@ bool _PITimerImp_Pool::stopTimer(bool wait) { PITimer::PITimer(): PIObject() { piMonitor.timers++; #ifdef FREERTOS - imp_mode = PITimer::Pool; + imp_mode = PITimer::Thread; #else imp_mode = PITimer::Thread; #endif