mirror of https://github.com/ArduPilot/ardupilot
AP_RobotisServo: Console output can be disabled
This commit is contained in:
parent
272230793d
commit
46f75e7e53
|
@ -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…
Reference in New Issue