We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb814fd + 5794409 commit 6bf6287Copy full SHA for 6bf6287
1 file changed
src/hal/components/limit_axis.comp
@@ -65,11 +65,11 @@ FUNCTION(_){
65
66
// Check all ranges
67
for (i = 0; i < personality; i++){
68
- if (max_range(i) < min_range(i)){
69
- if(! enable(i)){
70
- continue;
71
- }
+ if(! enable(i)){
+ continue;
+ }
72
+ if (max_range(i) < min_range(i)){
73
// Throw Error and skip this range
74
if (! error_range(i) ){
75
rtapi_print_msg(RTAPI_MSG_ERR,
0 commit comments