ingles lo hablas
This commit is contained in:
parent
c71e29fb1d
commit
8b603aae6d
|
@ -649,7 +649,7 @@ bool validateConfig() {
|
|||
|
||||
#if !EFI_UNIT_TEST
|
||||
|
||||
void initEngineContoller() {
|
||||
void initEngineController() {
|
||||
addConsoleAction("analoginfo", printAnalogInfo);
|
||||
|
||||
#if EFI_PROD_CODE && EFI_ENGINE_CONTROL
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
bool validateConfig();
|
||||
char * getPinNameByAdcChannel(const char *msg, adc_channel_e hwChannel, char *buffer);
|
||||
void initPeriodicEvents();
|
||||
void initEngineContoller();
|
||||
void initEngineController();
|
||||
void commonInitEngineController();
|
||||
void initStartStopButton();
|
||||
|
||||
|
|
|
@ -286,7 +286,7 @@ void runRusEfiWithConfig() {
|
|||
* Now let's initialize actual engine control logic
|
||||
* todo: should we initialize some? most? controllers before hardware?
|
||||
*/
|
||||
initEngineContoller();
|
||||
initEngineController();
|
||||
|
||||
#if EFI_ENGINE_EMULATOR
|
||||
initEngineEmulator();
|
||||
|
|
|
@ -97,7 +97,7 @@ void rusEfiFunctionalTest(void) {
|
|||
initDataStructures();
|
||||
|
||||
|
||||
// todo: reduce code duplication with initEngineContoller
|
||||
// todo: reduce code duplication with initEngineController
|
||||
|
||||
initFlash();
|
||||
loadConfiguration();
|
||||
|
|
Loading…
Reference in New Issue