fix naming

This commit is contained in:
Yurii
2023-11-22 23:04:34 +03:00
parent 18acf059fc
commit 44fdff61bd
4 changed files with 66 additions and 27 deletions

View File

@@ -125,7 +125,7 @@ struct Variables {
struct {
bool restart = false;
bool faultReset = false;
bool diagnosticReset = false;
bool resetFault = false;
bool resetDiagnostic = false;
} actions;
} vars;