Browse Source

AP_RobotisServo: Console output can be disabled

apm_2208
murata 3 years ago committed by Andrew Tridgell
parent
commit
46f75e7e53
  1. 2
      libraries/AP_RobotisServo/AP_RobotisServo.cpp

2
libraries/AP_RobotisServo/AP_RobotisServo.cpp

@ -344,7 +344,7 @@ void AP_RobotisServo::process_packet(const uint8_t *pkt, uint8_t length) @@ -344,7 +344,7 @@ void AP_RobotisServo::process_packet(const uint8_t *pkt, uint8_t length)
if (!(id_mask & servo_mask)) {
// mark the servo as present
servo_mask |= id_mask;
hal.console->printf("Robotis: new servo %u\n", id);
DEV_PRINTF("Robotis: new servo %u\n", id);
}
}

Loading…
Cancel
Save