rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
error_handling_c.h File Reference

Functions

void criticalErrorC (const char *fmt,...)
 

Function Documentation

◆ criticalErrorC()

void criticalErrorC ( const char fmt,
  ... 
)

Definition at line 682 of file error_handling.cpp.

682 {
683 va_list ap;
684 va_start(ap, fmt);
686 va_end(ap);
687}
static void firmwareErrorV(ObdCode code, const char *fmt, va_list ap)
@ OBD_PCM_Processor_Fault
Here is the call graph for this function:

Go to the source code of this file.