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