From bac54b3d842096dcbc66e915a9623696251268d9 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 15 May 2017 05:18:16 -0400 Subject: [PATCH] back to real defaults --- firmware/global.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/firmware/global.h b/firmware/global.h index edfbb5b31a..7066d26eb7 100644 --- a/firmware/global.h +++ b/firmware/global.h @@ -19,9 +19,7 @@ extern "C" #include #ifndef DEFAULT_ENGINE_TYPE -//#define DEFAULT_ENGINE_TYPE CUSTOM_ENGINE -// temporary measure until NJMP race -#define DEFAULT_ENGINE_TYPE MAZDA_MIATA_2003_BETTER +#define DEFAULT_ENGINE_TYPE CUSTOM_ENGINE #endif // this is about MISRA not liking 'time.h'. todo: figure out something