coco3: runtime call dwtime.c's init() routine.
authorBrett Gordon <beretta42@gmail.com>
Tue, 22 Mar 2016 18:41:36 +0000 (14:41 -0400)
committerBrett Gordon <beretta42@gmail.com>
Thu, 23 Jun 2016 16:57:53 +0000 (12:57 -0400)
Kernel/platform-coco3/devices.c

index 1d5ae7a..5d47efd 100644 (file)
@@ -47,5 +47,6 @@ void device_init(void)
 #ifdef CONFIG_COCOSDC
        devsdc_init( );
 #endif
+       dwtime_init( );
 }