diff packages/kernel/current/src/common/clock.cxx @ 132:0ae0bc38e387 ecos-sw-2000-10-31

Merge from eCos master repository on 2000-10-31-00:30:36-GMT
author jlarmour
date Tue, 31 Oct 2000 20:53:09 +0000
parents 6ed91473a1cd
children 8f2f7615e727
line wrap: on
line diff
--- a/packages/kernel/current/src/common/clock.cxx
+++ b/packages/kernel/current/src/common/clock.cxx
@@ -923,7 +923,7 @@ void Cyg_RealTimeClock::dsr(cyg_vector v
     rtc->tick( count );
 
 #ifdef CYGSEM_KERNEL_SCHED_TIMESLICE
-#if    0 == CYG_SCHED_UNIQUE_PRIORITIES
+#if    0 == CYGINT_KERNEL_SCHEDULER_UNIQUE_PRIORITIES
 
     // If timeslicing is enabled, call the scheduler to
     // handle it. But not if we have unique priorities.