From 7a22d12d0f1328ff55e3e2826e58000e191ef643 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Fri, 29 May 2020 17:48:24 +0200 Subject: [PATCH] removed extern "C", not needed --- osal/linux/Clock.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/osal/linux/Clock.cpp b/osal/linux/Clock.cpp index b3e5c84b..630b2cf4 100644 --- a/osal/linux/Clock.cpp +++ b/osal/linux/Clock.cpp @@ -1,13 +1,11 @@ #include #include -extern "C" { #include #include #include #include #include -} //#include uint16_t Clock::leapSeconds = 0;