diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 9d3146dbbc..28c082f1f2 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -14,7 +14,7 @@ * * @section sec_intro Intro * - * rusEfi is implemented based on the idea that with modern 100+ MHz microprocessors the relatively + * 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 * (to some extent) manner. Thus the key concepts of rusEfi: dependency on high-level hardware abstraction layer, software-based PWM etc. * @@ -93,6 +93,8 @@ *
See flash_main.cpp * * + * todo: merge https://github.com/rusefi/rusefi/wiki/Dev-Tips into here + * * @section sec_fuel_injection Fuel Injection * *