System Management code

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

runTime/runTime.h

Committer:
pspatel321
Date:
2014-11-13
Revision:
30:91af74a299e1
Child:
33:6bc82b6b62e5

File content as of revision 30:91af74a299e1:

#ifndef __RUNTIME_H
#define __RUNTIME_H

#include "IOobjects.h"


namespace runTime {
    void thread_gather_10Hz(void const* args);
    void thread_gather_100Hz(void const* args);
}

#endif