stmhal: Remove servo LED debugging.
This commit is contained in:
parent
90834b956d
commit
6fc5449343
@ -57,9 +57,7 @@ void servo_init(void) {
|
||||
}
|
||||
}
|
||||
|
||||
#include "led.h"
|
||||
void servo_timer_irq_callback(void) {
|
||||
led_toggle(1);
|
||||
bool need_it = false;
|
||||
for (int i = 0; i < PYB_SERVO_NUM; i++) {
|
||||
pyb_servo_obj_t *s = &pyb_servo_obj[i];
|
||||
|
Loading…
Reference in New Issue
Block a user