ingles lo hablas

This commit is contained in:
rusefillc 2022-10-01 06:13:21 -04:00
parent c71e29fb1d
commit 8b603aae6d
4 changed files with 4 additions and 4 deletions

View File

@ -649,7 +649,7 @@ bool validateConfig() {
#if !EFI_UNIT_TEST
void initEngineContoller() {
void initEngineController() {
addConsoleAction("analoginfo", printAnalogInfo);
#if EFI_PROD_CODE && EFI_ENGINE_CONTROL

View File

@ -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();

View File

@ -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();

View File

@ -97,7 +97,7 @@ void rusEfiFunctionalTest(void) {
initDataStructures();
// todo: reduce code duplication with initEngineContoller
// todo: reduce code duplication with initEngineController
initFlash();
loadConfiguration();