DebugLog level in every header

This commit is contained in:
Emanuele Trabattoni
2025-07-14 11:35:19 +02:00
parent bdf3b9b41a
commit 53b82c32c3
9 changed files with 20 additions and 3 deletions

View File

@@ -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;
};
}