void full_brake(const ComType com, const FullBrake *data) {
	stepper_full_brake();

	com_return_setter(com, data);
}
Esempio n. 2
0
void full_brake(uint8_t com, const FullBrake *data) {
	stepper_full_brake();
}