summaryrefslogtreecommitdiff
path: root/driver/charger/bq25710.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/charger/bq25710.c')
-rw-r--r--driver/charger/bq25710.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/charger/bq25710.c b/driver/charger/bq25710.c
index 222d2f58a4..831f7e110d 100644
--- a/driver/charger/bq25710.c
+++ b/driver/charger/bq25710.c
@@ -5,6 +5,8 @@
* TI bq25710 battery charger driver.
*/
+#include <stdbool.h>
+
#include "battery.h"
#include "battery_smart.h"
#include "bq257x0_regs.h"
@@ -15,13 +17,11 @@
#include "console.h"
#include "hooks.h"
#include "i2c.h"
-#include "system.h"
#include "task.h"
+#include "system.h"
#include "timer.h"
#include "util.h"
-#include <stdbool.h>
-
#if !defined(CONFIG_CHARGER_BQ25710) && !defined(CONFIG_CHARGER_BQ25720)
#error Only the BQ25720 and BQ25710 are supported by bq25710 driver.
#endif