hellen
This commit is contained in:
parent
de3ecc50b0
commit
9587b7bb54
|
@ -1227,6 +1227,9 @@ void resetConfigurationExt(Logging * logger, configuration_callback_t boardCallb
|
|||
setMiataNB2_ProteusEngineConfiguration(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||
break;
|
||||
#endif // HW_PROTEUS
|
||||
#if HW_HELLEN
|
||||
case HELLEN_NB2:
|
||||
#endif // HW_HELLEN
|
||||
#if HW_FRANKENSO
|
||||
case DEFAULT_FRANKENSO:
|
||||
setFrankensoConfiguration(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||
|
|
|
@ -186,6 +186,8 @@ typedef enum {
|
|||
|
||||
PROTEUS_MIATA_NB2 = ET_PROTEUS_MIATA_NB2,
|
||||
|
||||
HELLEN_NB2 = ET_HELLEN_NB2,
|
||||
|
||||
|
||||
/**
|
||||
* this configuration has as few pins configured as possible
|
||||
|
|
Loading…
Reference in New Issue