refactoring
This commit is contained in:
parent
2da25ae4c1
commit
5d9d7f2575
|
@ -8,6 +8,6 @@
|
|||
|
||||
#include "m111.h"
|
||||
|
||||
void setM111EngineConfiguration() {
|
||||
void setMreM111EngineConfiguration() {
|
||||
|
||||
}
|
||||
|
|
|
@ -12,4 +12,4 @@
|
|||
/**
|
||||
* set engine_type 68
|
||||
*/
|
||||
void setM111EngineConfiguration();
|
||||
void setMreM111EngineConfiguration();
|
||||
|
|
|
@ -732,7 +732,7 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
|
|||
setMreVwPassatB6();
|
||||
break;
|
||||
case MRE_M111:
|
||||
setM111EngineConfiguration();
|
||||
setMreM111EngineConfiguration();
|
||||
break;
|
||||
case MRE_SECONDARY_CAN:
|
||||
mreSecondaryCan();
|
||||
|
|
Loading…
Reference in New Issue