diff packages/kernel/current/src/common/clock.cxx @ 18:7253dcc42a09 ecos-sw-1999-06-25

Merge from eCos master repository on 1999-06-25-15:31:50-BST
author jlarmour
date Fri, 25 Jun 1999 08:28:05 +0000
parents 443894e2e912
children 29bc183297e1
line wrap: on
line diff
--- a/packages/kernel/current/src/common/clock.cxx
+++ b/packages/kernel/current/src/common/clock.cxx
@@ -694,7 +694,7 @@ cyg_uint32 Cyg_RealTimeClock::isr(cyg_ve
 
     Cyg_Interrupt::acknowledge_interrupt(CYGNUM_HAL_INTERRUPT_RTC);
         
-    return Cyg_Interrupt::CALL_DSR;
+    return Cyg_Interrupt::CALL_DSR|Cyg_Interrupt::HANDLED;
 }
 
 // -------------------------------------------------------------------------