RTC Driver OK
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
#include <cstring>
|
||||
#include <endian.h>
|
||||
|
||||
#define DEBUGLOG_DEFAULT_LOG_LEVEL_TRACE
|
||||
|
||||
//#define DEBUGLOG_DEFAULT_LOG_LEVEL_TRACE
|
||||
#include "utils.h"
|
||||
|
||||
namespace drivers
|
||||
@@ -306,7 +305,7 @@ namespace drivers
|
||||
*it=highByte(beV);
|
||||
*(++it)=lowByte(beV);
|
||||
});
|
||||
|
||||
|
||||
if (!write(multiRequest(device, func, reg, num, requestData)))
|
||||
{
|
||||
LOG_ERROR("Failed send writeMultiInteger command");
|
||||
|
||||
Reference in New Issue
Block a user