mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
REMOVE DEBUG INGO
This commit is contained in:
parent
18298f861d
commit
d37280e99b
@ -104,7 +104,7 @@ void rpi_pca9685_pwm_out::send_outputs_pwm(const uint16_t *pwm)
|
||||
int i;
|
||||
|
||||
for (i = 0; i < NUM_PWM; ++i) {
|
||||
PX4_WARN("PWM%d:%d\n", i, *(pwm + i));
|
||||
//PX4_WARN("PWM%d:%d\n",i,*(pwm+i));
|
||||
rpi_pca9685_pwm_out::pwm.setPWM(i, *(pwm + i));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user