summaryrefslogtreecommitdiff
path: root/board/voxel/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/voxel/led.c')
-rw-r--r--board/voxel/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/voxel/led.c b/board/voxel/led.c
index 5b15c9620f..acd00f8941 100644
--- a/board/voxel/led.c
+++ b/board/voxel/led.c
@@ -5,11 +5,11 @@
* Power and battery LED control for Volteer
*/
+#include "chipset.h"
#include "ec_commands.h"
#include "gpio.h"
#include "led_common.h"
#include "led_onoff_states.h"
-#include "chipset.h"
#define LED_ON_LVL 0
#define LED_OFF_LVL 1