Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
6fc54493
Commit
6fc54493
authored
Mar 23, 2014
by
Damien George
Browse files
stmhal: Remove servo LED debugging.
parent
90834b95
Changes
1
Show whitespace changes
Inline
Side-by-side
stmhal/servo.c
View file @
6fc54493
...
...
@@ -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
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment