parent
85bc8f6f49
commit
6d958826c7
|
@ -20,6 +20,7 @@
|
||||||
// as of April 2020, trigger which requires most array length is REMIX_66_2_2_2
|
// as of April 2020, trigger which requires most array length is REMIX_66_2_2_2
|
||||||
// we can probably reduce RAM usage if we have more custom logic of triggers with large number of tooth while
|
// we can probably reduce RAM usage if we have more custom logic of triggers with large number of tooth while
|
||||||
// pretty easy logic. like we do not need to REALLY have an array to remember the shape of evenly spaces 360 or 60/2 trigger :)
|
// pretty easy logic. like we do not need to REALLY have an array to remember the shape of evenly spaces 360 or 60/2 trigger :)
|
||||||
|
// todo https://github.com/rusefi/rusefi/issues/3003
|
||||||
#define PWM_PHASE_MAX_COUNT 280
|
#define PWM_PHASE_MAX_COUNT 280
|
||||||
#endif /* PWM_PHASE_MAX_COUNT */
|
#endif /* PWM_PHASE_MAX_COUNT */
|
||||||
#define PWM_PHASE_MAX_WAVE_PER_PWM 3
|
#define PWM_PHASE_MAX_WAVE_PER_PWM 3
|
||||||
|
|
Loading…
Reference in New Issue