diff options
Diffstat (limited to 'src/mainboard/google/veyron_danger')
-rw-r--r-- | src/mainboard/google/veyron_danger/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron_danger/board.h b/src/mainboard/google/veyron_danger/board.h index 4d0e8bec34..10bcf459b2 100644 --- a/src/mainboard/google/veyron_danger/board.h +++ b/src/mainboard/google/veyron_danger/board.h @@ -23,7 +23,7 @@ #include <boardid.h> #include <gpio.h> -#define GPIO_BACKLIGHT GPIO(7, A, 3) +#define GPIO_BACKLIGHT GPIO(7, A, 3) #define GPIO_RESET GPIO(0, B, 5) void setup_chromeos_gpios(void); |