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