mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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)) {
|
if (!(id_mask & servo_mask)) {
|
||||||
// mark the servo as present
|
// mark the servo as present
|
||||||
servo_mask |= id_mask;
|
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
Block a user