⚡️ More SCURVE cycles on unoptimized cortex-m0 (#24955)
This commit is contained in:
committed by
Sven Soost
parent
a1439ca445
commit
04fb7b322a
@@ -87,7 +87,11 @@
|
||||
|
||||
// S curve interpolation adds 40 cycles
|
||||
#if ENABLED(S_CURVE_ACCELERATION)
|
||||
#define ISR_S_CURVE_CYCLES 40UL
|
||||
#ifdef STM32G0B1xx
|
||||
#define ISR_S_CURVE_CYCLES 500UL
|
||||
#else
|
||||
#define ISR_S_CURVE_CYCLES 40UL
|
||||
#endif
|
||||
#else
|
||||
#define ISR_S_CURVE_CYCLES 0UL
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user