mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 09:20:34 +01:00
MessageOutput does not use LOG macros by itself
This commit is contained in:
committed by
Thomas Basler
parent
1000e55261
commit
3e3879f9af
@@ -7,9 +7,6 @@
|
|||||||
|
|
||||||
MessageOutputClass MessageOutput;
|
MessageOutputClass MessageOutput;
|
||||||
|
|
||||||
#undef TAG
|
|
||||||
#define TAG "MessageOutput"
|
|
||||||
|
|
||||||
MessageOutputClass::MessageOutputClass()
|
MessageOutputClass::MessageOutputClass()
|
||||||
: _loopTask(TASK_IMMEDIATE, TASK_FOREVER, std::bind(&MessageOutputClass::loop, this))
|
: _loopTask(TASK_IMMEDIATE, TASK_FOREVER, std::bind(&MessageOutputClass::loop, this))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user