fix led0 --> led1

This commit is contained in:
ousugo 2020-05-05 15:13:11 +08:00
parent 5d696a2460
commit dff597e68c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
/* defined the LED0 pin: PB5 */
#define LED0_PIN GET_PIN(B, 5)
/* defined the LED0 pin: PE5 */
/* defined the LED1 pin: PE5 */
#define LED1_PIN GET_PIN(E, 5)
int main(void)