only: smallest refactoring

This commit is contained in:
Andrey 2024-08-06 17:14:57 -04:00
parent 242d07f50b
commit ec4998cf8d
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
static void initialize_one_of_36_2_2_2(TriggerWaveform *s, int firstCount, int secondCount) {
s->initialize(FOUR_STROKE_CRANK_SENSOR, SyncEdge::RiseOnly);
float wide = 30 * 2;
float narrow = 10 * 2;
float narrow = (360 / 36) * 2;
float wide = narrow * 3;
float base = 0;