4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 15:43:32 +08:00

Merge pull request #3580 from ousugo/fixtypo

fix led0 --> led1
This commit is contained in:
Bernard Xiong 2020-05-05 21:02:13 +08:00 committed by GitHub
commit 79e8838690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)