proper location for camResyncCounter
This commit is contained in:
parent
de8737498f
commit
442fa56438
|
@ -8,6 +8,5 @@ struct_no_prefix trigger_state_s
|
||||||
|
|
||||||
uint8_t triggerStateIndex
|
uint8_t triggerStateIndex
|
||||||
|
|
||||||
uint8_t camResyncCounter;sync: Phase Re-Sync Counter
|
|
||||||
uint8_t vvtStateIndex
|
uint8_t vvtStateIndex
|
||||||
end_struct
|
end_struct
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
struct_no_prefix trigger_state_primary_s
|
struct_no_prefix trigger_state_primary_s
|
||||||
|
uint8_t camResyncCounter;sync: Phase Re-Sync Counter
|
||||||
bit m_hasSynchronizedPhase;sync: Known Engine Phase
|
bit m_hasSynchronizedPhase;sync: Known Engine Phase
|
||||||
end_struct
|
end_struct
|
||||||
|
|
Loading…
Reference in New Issue