mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5029 from kegilbert/odin-pinNames-whitespace-adjust
Adjust whitespace in Odin PinNames file to fit verbose LED pin mappingspull/5008/merge
commit
60ca4e9615
|
@ -154,12 +154,12 @@ typedef enum {
|
|||
LED2 = PB_6, // Green / Switch-1
|
||||
LED3 = PB_8, // Blue
|
||||
LED4 = D10,
|
||||
SW0 = PF_2, // Switch-0
|
||||
SW1 = PB_6, // Green / Switch-1
|
||||
|
||||
LED_RED = LED1,
|
||||
LED_GREEN = LED2,
|
||||
LED_BLUE = LED3,
|
||||
SW0 = PF_2, // Switch-0
|
||||
SW1 = PB_6, // Green / Switch-1
|
||||
|
||||
|
||||
// Standardized button names
|
||||
BUTTON1 = SW0,
|
||||
|
|
Loading…
Reference in New Issue