mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-17 12:00:59 +02:00
WIP fixed extra semicolon
This commit is contained in:
@@ -105,7 +105,6 @@ namespace Machine {
|
||||
void Axes::unlock_all_motors() { _motorLockoutMask = 0; }
|
||||
void Axes::lock_motors(MotorMask mask) { set_bits(_motorLockoutMask, mask); }
|
||||
void Axes::unlock_motors(MotorMask mask) { clear_bits(_motorLockoutMask, mask); }
|
||||
;
|
||||
|
||||
void IRAM_ATTR Axes::step(uint8_t step_mask, uint8_t dir_mask) {
|
||||
auto n_axis = _numberAxis;
|
||||
|
Reference in New Issue
Block a user