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

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