From: Brett Gordon Date: Tue, 22 Mar 2016 18:41:36 +0000 (-0400) Subject: coco3: runtime call dwtime.c's init() routine. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c9773a41a30212026901165dfdacb545b7bbfd4f;p=FUZIX.git coco3: runtime call dwtime.c's init() routine. --- diff --git a/Kernel/platform-coco3/devices.c b/Kernel/platform-coco3/devices.c index 1d5ae7aa..5d47efd2 100644 --- a/Kernel/platform-coco3/devices.c +++ b/Kernel/platform-coco3/devices.c @@ -47,5 +47,6 @@ void device_init(void) #ifdef CONFIG_COCOSDC devsdc_init( ); #endif + dwtime_init( ); }