Fix STM32F7 compile error (#14583)
This commit is contained in:
parent
3cd9a92dcc
commit
cd36809c06
|
@ -895,4 +895,6 @@ inline void TMC26XStepper::send262(uint32_t datagram) {
|
||||||
driver_status_result = i_datagram;
|
driver_status_result = i_datagram;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // HAS_DRIVER(TMC2660)
|
||||||
|
|
||||||
#endif // STM32GENERIC && STM32F7
|
#endif // STM32GENERIC && STM32F7
|
||||||
|
|
Loading…
Reference in a new issue