Merge "Make the time code C++"
diff --git a/motors/core/BUILD b/motors/core/BUILD
index 107ae5d..d0385fb 100644
--- a/motors/core/BUILD
+++ b/motors/core/BUILD
@@ -17,7 +17,7 @@
   srcs = [
     'mk20dx128.c',
     'nonstd.c',
-    'time.c',
+    'time.cc',
   ],
   restricted_to = mcu_cpus,
 )
diff --git a/motors/core/time.c b/motors/core/time.cc
similarity index 100%
rename from motors/core/time.c
rename to motors/core/time.cc