summaryrefslogtreecommitdiff
path: root/robot/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'robot/io.c')
-rw-r--r--robot/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/io.c b/robot/io.c
index 9977e2f..edf3092 100644
--- a/robot/io.c
+++ b/robot/io.c
@@ -53,7 +53,7 @@ void w2_io_battery_logic() {
if (g_w2_io_battery_percentage <= W2_BATTERY_PERCENTAGE_LOW &&
g_w2_target_area != W2_AREA_CHRG) {
w2_errcatch_throw(W2_E_WARN_BATTERY_LOW);
- g_w2_target_area = W2_AREA_CHRG;
+ // g_w2_target_area = W2_AREA_CHRG;
}
}