mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-10 16:59:52 +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;
|
||||
|
||||
#undef TAG
|
||||
#define TAG "MessageOutput"
|
||||
|
||||
MessageOutputClass::MessageOutputClass()
|
||||
: _loopTask(TASK_IMMEDIATE, TASK_FOREVER, std::bind(&MessageOutputClass::loop, this))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user