✨ BigTreeTech SKR mini E3 V3.0 (STM32G0B1RET6) (#23283)
This commit is contained in:
committed by
Scott Lahteine
parent
efd67cf80d
commit
a6bed22839
@ -1380,7 +1380,7 @@ void Stepper::set_directions() {
|
||||
}
|
||||
|
||||
FORCE_INLINE int32_t Stepper::_eval_bezier_curve(const uint32_t curr_step) {
|
||||
#if defined(__arm__) || defined(__thumb__)
|
||||
#if (defined(__arm__) || defined(__thumb__)) && !defined(STM32G0B1xx) // TODO: Test define STM32G0xx versus STM32G0B1xx
|
||||
|
||||
// For ARM Cortex M3/M4 CPUs, we have the optimized assembler version, that takes 43 cycles to execute
|
||||
uint32_t flo = 0;
|
||||
|
Reference in New Issue
Block a user