AP_RobotisServo: Console output can be disabled

This commit is contained in:
murata 2022-03-21 18:37:52 +09:00 committed by Andrew Tridgell
parent 272230793d
commit 46f75e7e53
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}