Skip to content

Commit

Permalink
Merge branch '2.9' into pin-names
Browse files Browse the repository at this point in the history
  • Loading branch information
andypugh authored Dec 17, 2023
2 parents a9e0369 + 167bcd1 commit aefe2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control.top.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Build-Depends:
intltool,
libboost-python-dev,
libepoxy-dev,
libgl1-mesa-dev | libgl1-mesa-swx11-dev,
libgl-dev | libgl1-mesa-dev,
libglu1-mesa-dev,
libgtk2.0-dev,
libgtk-3-dev,
Expand Down
1 change: 1 addition & 0 deletions src/emc/motion/motion.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ int rtapi_app_main(void)
rtapi_print_msg(RTAPI_MSG_ERR, _("MOTION: Can't specify both names and number for misc error\n"));
return -1;
}

if (names_misc_errors[0]) {
num_misc_error = count_names(names_misc_errors);
} else if (num_misc_error == NOT_INITIALIZED) {
Expand Down

0 comments on commit aefe2f5

Please sign in to comment.