diff packages/io/wallclock/current/src/wallclock.cxx @ 94:4642a6d35749 ecos-sw-2000-06-02

Merge from eCos master repository on 2000-06-02-07:47:04-BST
author jlarmour
date Fri, 02 Jun 2000 17:35:00 +0000
parents 489eb5632bc3
children 289bf90c6a9b
line wrap: on
line diff
--- a/packages/io/wallclock/current/src/wallclock.cxx
+++ b/packages/io/wallclock/current/src/wallclock.cxx
@@ -89,11 +89,9 @@ Cyg_WallClock::Cyg_WallClock()
     // install instance pointer
     wallclock = &wallclock_instance;
 
-#ifndef CYGSEM_WALLCLOCK_SET_GET_MODE
-    // Since set_hw_seconds is not going to write to the hardware
-    // clock, initialize it to a sane state now.
+    // Always allow low-level driver to initialize clock, even though it
+    // may not be necessary for set-get mode.
     init_hw_seconds();
-#endif
 }
 
 //-----------------------------------------------------------------------------