◆ vinStrategy()
| void vinStrategy |
( |
bool |
isRunningOnBurn | ) |
|
Definition at line 19 of file vin_strategy.cpp.
19 {
20
21 if (isRunningOnBurn) {
22 return;
23 }
24
26 int vinWizard =
djb2lowerCase(DIALOG_NAME_VEHICLE_INFORMATION);
27
28
29
31 efiPrintf("VinStrategy, reseting flag");
35 }
36
37
38
39#if EFI_TUNER_STUDIO && !EFI_UNIT_TEST
41#endif
42
43}
int djb2lowerCase(const char *str)
static constexpr engine_configuration_s * engineConfiguration
Referenced by ConfigurationWizard::onConfigOnStartUpOrBurn().
Go to the source code of this file.