DebugLog level in every header
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#define DEBUGLOG_DEFAULT_LOG_LEVEL_INFO
|
||||
|
||||
#include <DebugLog.h>
|
||||
#include <RS485_Driver.h>
|
||||
|
||||
@@ -75,6 +77,6 @@ namespace drivers
|
||||
private:
|
||||
const uint8_t m_address;
|
||||
drivers::MODBUS &m_bus;
|
||||
uint64_t m_lastRequest = 0;
|
||||
uint64_t m_lastRequest;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user