Closed patryk3211 closed 2 months ago
https://github.com/Paciente8159/uCNC/blob/3f1a64e53efe606159199383fd938d7078713740/uCNC/src/module.h#L68
CLEARFLAG macro cannot be used here since it is an assigning operation. This has to be replaced with
CLEARFLAG
lock_flags & ~(LISTENER_RUNNING_LOCK)
Once again thanks for spotting this.
https://github.com/Paciente8159/uCNC/blob/3f1a64e53efe606159199383fd938d7078713740/uCNC/src/module.h#L68
CLEARFLAG
macro cannot be used here since it is an assigning operation. This has to be replaced with