diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 015dba8dab..0a7e05576f 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -7,7 +7,7 @@ ! rusEfi configuration consists of two parts: ! First part is engine_configuration_s area, followed by a few tuning tables ! -! The only difference her is that engine_configuration_s area does not support hot modification while tuning tables could +! The only difference here is that engine_configuration_s area does not support hot modification while tuning tables could ! be modified without burning changes ! ! diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 46efe9eb24..b9a161d543 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -12,7 +12,7 @@ * * For version see engine_controller.cpp getRusEfiVersion * - * @section sec_into + * @section sec_intro Intro * * rusEfi is implemented based on the idea that with modern 100+ MHz microprocessors the relatively * undemanding task of internal combustion engine control could be implemented in a high-level, processor-independent @@ -50,11 +50,11 @@ * * @section sec_timers Timers * At the moment rusEfi is build using 5 times: - * 1) 1MHz microsecond_timer.cpp - * 2) 10KHz fast ADC callback pwmpcb_fast adc_inputs.cpp - * 3) slow ADC callback pwmpcb_slow adc_inputs.cpp - * 4) periodicFastTimer engine_controller.cpp - * 5) periodicSlowTimer engine_controller.cpp + *
1) 1MHz microsecond_timer.cpp + *
2) 10KHz fast ADC callback pwmpcb_fast adc_inputs.cpp + *
3) slow ADC callback pwmpcb_slow adc_inputs.cpp + *
4) periodicFastTimer engine_controller.cpp + *
5) periodicSlowTimer engine_controller.cpp * * * @@ -96,7 +96,7 @@ * @section sec_fuel_injection Fuel Injection * * - * @sectuion sec_misc Misc + * @section sec_misc Misc * *
See main_trigger_callback.cpp for main trigger event handler *
See fuel_math.cpp for details on fuel amount logic