This commit is contained in:
rusefi 2018-12-08 14:32:45 -05:00
parent 68bf209f2c
commit 24b9e0366f
1 changed files with 3 additions and 6 deletions

View File

@ -21,11 +21,9 @@
#include "boards.h"
#ifdef __cplusplus
extern "C"
{
#endif
#endif /* __cplusplus */
#define CH_FREQUENCY 1000
@ -42,8 +40,7 @@ void print(const char *fmt, ...);
#ifdef __cplusplus
}
#endif
#endif /* __cplusplus */
#define US_TO_NT_MULTIPLIER 100
@ -68,7 +65,7 @@ typedef int bool_t;
#ifdef __cplusplus
class Engine;
#endif
#endif /* __cplusplus */
/**
* @see firmware/global.h for explanation