minor fix
This commit is contained in:
parent
aba749eae5
commit
2d6404fe77
|
@ -9,14 +9,13 @@
|
||||||
#ifndef MALFUNCTION_CENTRAL_H_
|
#ifndef MALFUNCTION_CENTRAL_H_
|
||||||
#define MALFUNCTION_CENTRAL_H_
|
#define MALFUNCTION_CENTRAL_H_
|
||||||
|
|
||||||
|
#include "main.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "main.h"
|
|
||||||
#include "obd_error_codes.h"
|
#include "obd_error_codes.h"
|
||||||
|
|
||||||
#define MAX_ERROR_CODES_COUNT 10
|
#define MAX_ERROR_CODES_COUNT 10
|
||||||
|
|
Loading…
Reference in New Issue