FaultCode.h 225 Bytes
Newer Older
1 2 3 4 5 6
#ifndef FAULTCODE_H__
#define FAULTCODE_H__

#include "Application.h"
#include "common.h"

7 8
uint8_t FaultCode_Compare(uint32_t FaultCode, uint32_t* CodeList, uint8_t len);
void ECU_FaultCode_Processing_Service ( void );
9
#endif