Merge pull request #8429 from OpenNuvoton/nuvoton_m2351_fix_led

M2351: Fix LED_GREEN naming error
pull/8436/merge
Martin Kojtal 2018-10-16 07:33:51 -07:00 committed by GitHub
commit 9b59a3bd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ typedef enum {
LED2 = PA_11,
LED3 = PA_10, // No real LED. Just for passing ATS.
LED4 = PA_11, // No real LED. Just for passing ATS.
LED_GREEN = LED2,
LED_GREEN = LED1,
// Button naming
SW2 = PB_0,