From c535c3bb2d73327772c1bb72c9fcca3f8a7f8204 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 21 Feb 2017 16:30:30 +0000 Subject: All queue under can_bus_t class and reading thread function with an additionnal can_bus_t object argument Change-Id: I6b0b9b66e83be59359bcd148e8b9f3350a085b64 Signed-off-by: Romain Forlot --- src/timer.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/timer.cpp') diff --git a/src/timer.cpp b/src/timer.cpp index 70ce2b81..b0ccb628 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -14,7 +14,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + +#include "timer.hpp" + inline unsigned long systemTimeMs() { struct timeb t_msec; -- cgit 1.2.3-korg