
Added EPS faults
Dependencies: FreescaleIAP mbed-rtos mbed
Fork of QM_BAE_review_1 by
Diff: TCTM.h
- Revision:
- 13:fb7facaf308b
- Parent:
- 5:bb592f3185cc
--- a/TCTM.h Wed Apr 13 18:34:28 2016 +0000 +++ b/TCTM.h Wed Apr 13 21:48:21 2016 +0000 @@ -1,6 +1,6 @@ #define ACK_CODE 0x02; -uint8_t* FCTN_BAE_TM_TC(uint8_t*); +void FCTN_BAE_TM_TC(uint8_t*); void FCTN_CDMS_WR_FLASH(uint16_t ,uint32_t); uint32_t FCTN_CDMS_RD_FLASH(uint16_t ); void FCTN_CONVERT_FLOAT(float input, uint8_t* output);