Skip to content
Snippets Groups Projects
Commit ff07bb3a authored by Damien George's avatar Damien George
Browse files

stm: Re-fix LED defines.

parent 439ff909
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment