This commit is contained in:
Matthew Kennedy 2024-12-28 18:02:42 -05:00 committed by rusefillc
parent a47aca24c6
commit 0fe85fee51
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ void TriggerFormDetails::prepareEventAngles(TriggerWaveform *shape) {
size_t length = shape->getLength();
memset(eventAngles, 0, sizeof(eventAngles));
setArrayValues(eventAngles, 0);
// this may be <length for some triggers like symmetrical crank Miata NB
size_t triggerShapeLength = shape->getSize();