stmhal: Remove servo LED debugging.

This commit is contained in:
Damien George 2014-03-23 14:52:46 +00:00
parent 90834b956d
commit 6fc5449343

View File

@ -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];