summaryrefslogtreecommitdiff
path: root/firmware/export/config-meizu-m3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-meizu-m3.h')
-rw-r--r--firmware/export/config-meizu-m3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-meizu-m3.h b/firmware/export/config-meizu-m3.h
index 4bb2e68725..18228226e3 100644
--- a/firmware/export/config-meizu-m3.h
+++ b/firmware/export/config-meizu-m3.h
@@ -116,8 +116,8 @@
116#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 116#define BATTERY_CAPACITY_INC 50 /* capacity increment */
117#define BATTERY_TYPES_COUNT 1 /* only one type */ 117#define BATTERY_TYPES_COUNT 1 /* only one type */
118 118
119/* Hardware controlled charging? FIXME */ 119/* Hardware controlled charging, software can monitor plug and charge state */
120#define CONFIG_CHARGING CHARGING_SIMPLE 120#define CONFIG_CHARGING CHARGING_MONITOR
121 121
122#ifndef SIMULATOR 122#ifndef SIMULATOR
123 123