◆ vinStrategy()
| void vinStrategy |
( |
bool |
isRunningOnBurn | ) |
|
Definition at line 19 of file vin_strategy.cpp.
19 {
21
23
24 if (vinStateChanged && !isRunningOnBurn) {
25 efiPrintf("VinStrategy, reseting flag");
27
28 if (!isVinFilled) {
30 } else {
32 }
33
34
35
36#if EFI_TUNER_STUDIO && !EFI_UNIT_TEST
38#endif
39 }
40
41}
int djb2lowerCase(const char *str)
static constexpr engine_configuration_s * engineConfiguration
Referenced by ConfigurationWizard::onConfigOnStartUpOrBurn().
◆ vinStrategyOnSlowCallback()
| void vinStrategyOnSlowCallback |
( |
| ) |
|
Go to the source code of this file.