From f3b34397cf52744fc9dc881023456f71a8e4c3e7 Mon Sep 17 00:00:00 2001 From: john30 Date: Mon, 16 Mar 2015 08:28:02 +0100 Subject: [PATCH] fixed compiler warning --- src/ebusd/bushandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/bushandler.h b/src/ebusd/bushandler.h index 002f54d8..2a9def96 100644 --- a/src/ebusd/bushandler.h +++ b/src/ebusd/bushandler.h @@ -416,7 +416,7 @@ private: unsigned int m_remainLockCount; /** the interval in microseconds after which to generate an AUTO-SYN symbol, or 0 if disabled. */ - unsigned int m_generateSynInterval; + long m_generateSynInterval; /** the interval in seconds in which poll messages are cycled, or 0 if disabled. */ const unsigned int m_pollInterval;