flexibility

This commit is contained in:
rusefi 2017-04-16 13:53:13 -04:00
parent dd0e8a07a3
commit 4c1908ccf9
1 changed files with 2 additions and 0 deletions

View File

@ -18,7 +18,9 @@ extern "C"
#include <string.h>
#ifndef DEFAULT_ENGINE_TYPE
#define DEFAULT_ENGINE_TYPE CUSTOM_ENGINE
#endif
// this is about MISRA not liking 'time.h'. todo: figure out something
#if defined __GNUC__