Deleted.

Revision:
2:27716f570c3d
Parent:
0:9601fa787c8b
Child:
3:4df7120f6f33
--- a/bsp.cpp	Sun Sep 25 18:31:45 2011 +0000
+++ b/bsp.cpp	Mon Sep 26 02:20:21 2011 +0000
@@ -32,6 +32,7 @@
 
     QSTimeCtr l_tickTime;
     QSTimeCtr l_tickPeriod;
+    static uint8_t l_SysTick_Handler;
 
     #define QSPY_BAUD_RATE          115200
 
@@ -51,7 +52,7 @@
     l_tickTime += l_tickPeriod;              // account for the clock rollover
 #endif
 
-    QF::tick();                               // process all armed time events
+    QF::TICK(&l_SysTick_Handler);             // process all armed time events
 
     QK_ISR_EXIT();                  // inform the QK kernel of exiting the ISR
 }
@@ -69,6 +70,7 @@
     if (QS_INIT((void *)0) == 0) {       // initialize the QS software tracing
         Q_ERROR();
     }
+    QS_OBJ_DICTIONARY(&l_SysTick_Handler);
 }
 //............................................................................
 void BSP_signalCars(BSP_CarsSignal sig) {