Ejemplo n.º 1
0
//............................................................................
void QP::QS::onCleanup(void) {
    QSPY_stop();
}
Ejemplo n.º 2
0
/*..........................................................................*/
void QS_onCleanup(void) {

    QSPY_stop();
}
Ejemplo n.º 3
0
Archivo: bsp.c Proyecto: KnightSch/qpc
/*..........................................................................*/
void QS_onCleanup(void) {
    l_running = (uint8_t)0;
    QSPY_stop();
}