Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
e3096172
Commit
e3096172
authored
Jan 06, 2014
by
Damien George
Committed by
John R. Lenton
Jan 07, 2014
Browse files
stm: Re-fix LED defines.
parent
1a9951d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
stm/led.c
View file @
e3096172
...
...
@@ -8,10 +8,10 @@
#include
"led.h"
/* LED numbers, used internally */
#define PYB_LED_1 (
0
)
#define PYB_LED_2 (
1
)
#define PYB_LED_3 (
2
)
#define PYB_LED_4 (
3
)
#define PYB_LED_1 (
1
)
#define PYB_LED_2 (
2
)
#define PYB_LED_3 (
3
)
#define PYB_LED_4 (
4
)
#if defined(PYBOARD)
#define PYB_LED1_PORT (GPIOA)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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