diff options
Diffstat (limited to 'src/machine/board_pinetime-devkit0.go')
-rw-r--r-- | src/machine/board_pinetime-devkit0.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/board_pinetime-devkit0.go b/src/machine/board_pinetime-devkit0.go index e71f9e97d..781092a23 100644 --- a/src/machine/board_pinetime-devkit0.go +++ b/src/machine/board_pinetime-devkit0.go @@ -12,10 +12,10 @@ const HasLowFrequencyCrystal = true // LEDs simply expose the three brightness level LEDs on the PineTime. They can // be useful for simple "hello world" style programs. const ( - LED = LED1 LED1 = LCD_BACKLIGHT_HIGH LED2 = LCD_BACKLIGHT_MID LED3 = LCD_BACKLIGHT_LOW + LED = LED1 ) var DefaultUART = UART0 |