only primary trigger needs camResyncCounter (#312)

This commit is contained in:
rusefillc 2023-12-09 20:25:56 -05:00 committed by GitHub
parent 6ec316e5cf
commit d92ee4bcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,5 @@ struct_no_prefix trigger_state_s
uint8_t triggerStateIndex uint8_t triggerStateIndex
uint8_t vvtCounter uint8_t vvtCounter
uint8_t camResyncCounter
uint8_t vvtStateIndex uint8_t vvtStateIndex
end_struct end_struct

View File

@ -1,3 +1,4 @@
struct_no_prefix trigger_state_primary_s struct_no_prefix trigger_state_primary_s
uint8_t camResyncCounter
bit m_hasSynchronizedPhase bit m_hasSynchronizedPhase
end_struct end_struct