nb1 is 144 pin

This commit is contained in:
rusefillc 2021-09-27 22:26:09 -04:00
parent bbcb82bf0f
commit 114ce78353
3 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "rusefi_enums.h"
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Mon Sep 27 17:04:22 EDT 2021
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Mon Sep 27 22:25:31 EDT 2021
// see also gen_config_and_enums.bat
@ -448,6 +448,8 @@ case HELLEN_NA6:
return "HELLEN_NA6";
case HELLEN_NA94:
return "HELLEN_NA94";
case HELLEN_NB1:
return "HELLEN_NB1";
case HELLEN_NB2:
return "HELLEN_NB2";
case HELLEN_NB2_36:

View File

@ -854,6 +854,7 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
// todo: is it time to replace MICRO_RUS_EFI, PROTEUS, PROMETHEUS_DEFAULTS with MINIMAL_PINS? maybe rename MINIMAL_PINS to DEFAULT?
case PROTEUS_DEFAULTS:
case PROMETHEUS_DEFAULTS:
case HELLEN_NB1:
case MINIMAL_PINS:
// all basic settings are already set in prepareVoidConfiguration(), no need to set anything here
// nothing to do - we do it all in setBoardDefaultConfiguration

View File

@ -207,7 +207,10 @@ typedef enum {
HELLEN_NA94 = ET_HELLEN_NA94,
// 82
HELLEN_154_HYUNDAI = ET_HELLEN_154_HYUNDAI,
HELLEN_NB1 = ET_HELLEN_NB1,
// 84
HELLEN_121_NISSAN_4_CYL = ET_HELLEN_121_NISSAN_4_CYL,
HELLEN_NB2_36 = ET_HELLEN_NB2_36,