Merge pull request #6193 from ashok-rao/ODIN_PinsFix

ODIN MTB LEDs Fix
pull/5271/merge
Cruz Monrreal 2018-02-26 22:49:03 -06:00 committed by GitHub
commit 815c6fb7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -148,16 +148,14 @@ typedef enum {
//P_TP11, // BOOT0
// Internal
LED1 = PD_9,
LED2 = PA_12,
LED3 = PD_8,
LED4 = PA_11,
LED5 = PC_2,
LED6 = PA_3,
LED7 = PF_6,
LED_RED = PE_0,
LED_GREEN = PB_6,
LED_BLUE = PB_8,
LED1 = LED_RED,
LED2 = LED_GREEN,
LED3 = LED_BLUE,
SW1 = PF_2,
SW2 = PG_4,