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