Удалена команда lock zone

This commit is contained in:
2022-12-05 18:23:54 +03:00
parent a22c5ddae2
commit f6d6840f96
2 changed files with 0 additions and 13 deletions

View File

@@ -387,10 +387,6 @@ void debug_print_robot1_code() {
printf(" set barrel timer %d secs\n", cmd_arg);
break;
case ROBOT_CMD_SET_LOCK_ZONE_code:
printf(" set lock zone %d\n", cmd_arg);
break;
case ROBOT_CMD_CORRECT_AXIS_code:
if (cmd_arg == ROBOT_AXIS_X) {
printf(" correct axis: X\n");