vr1.1

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of CDMS_RTOS_v1_1 by Team Fox

TM.cpp

Committer:
cholletisaik777
Date:
2015-07-17
Revision:
16:7428828a5da2
Parent:
8:607ae92fa6af

File content as of revision 16:7428828a5da2:

#include "mbed.h"
#include "TM.h"
#include "all_funcs.h"

Serial tmy(USBTX,USBRX);

void FCTN_CDMS_RLY_TM()
{
        tmy.printf("in FCTN_CDMS_RLY_TM\r\n");
}