proper location for camResyncCounter

This commit is contained in:
Andrey 2023-12-06 14:43:24 -05:00
parent de8737498f
commit 442fa56438
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,5 @@ struct_no_prefix trigger_state_s
uint8_t triggerStateIndex
uint8_t camResyncCounter;sync: Phase Re-Sync Counter
uint8_t vvtStateIndex
end_struct

View File

@ -1,3 +1,4 @@
struct_no_prefix trigger_state_primary_s
uint8_t camResyncCounter;sync: Phase Re-Sync Counter
bit m_hasSynchronizedPhase;sync: Known Engine Phase
end_struct