SD card logs not valid for REO #1864
This commit is contained in:
parent
048c7a6025
commit
b87fb3686f
|
@ -14,7 +14,7 @@
|
||||||
#define TIME_PRECISION 1000
|
#define TIME_PRECISION 1000
|
||||||
|
|
||||||
// floating number of seconds with millisecond precision
|
// floating number of seconds with millisecond precision
|
||||||
scaled_channel<uint32_t, TIME_PRECISION> packedTime;
|
static scaled_channel<uint32_t, TIME_PRECISION> packedTime;
|
||||||
|
|
||||||
static const LogField fields[] = {
|
static const LogField fields[] = {
|
||||||
{tsOutputChannels.rpm, GAUGE_NAME_RPM, "rpm", 0},
|
{tsOutputChannels.rpm, GAUGE_NAME_RPM, "rpm", 0},
|
||||||
|
|
Loading…
Reference in New Issue