summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/low-can.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/low-can.cpp b/plugins/low-can.cpp
index c1fbd60..62f10f3 100644
--- a/plugins/low-can.cpp
+++ b/plugins/low-can.cpp
@@ -129,7 +129,7 @@ CTLP_CAPI (subscribeToLow, source, argsJ, eventJ, context) {
CTLP_CAPI (isOpen, source, argsJ, eventJ, context) {
const char *eventName = nullptr;
int eventStatus;
- double timestamp;
+ uint64_t timestamp;
lowCANCtxT *pluginCtx=(lowCANCtxT*)source->context;
int err = wrap_json_unpack(eventJ, "{ss,sb,s?F}",