summaryrefslogtreecommitdiff
path: root/test/charging.tasklist
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-10-26 12:37:44 -0700
committerGerrit <chrome-bot@google.com>2012-10-29 10:36:07 -0700
commita7f2842c106530bb599b3ba74b57778db7df262f (patch)
treecf8c25c2bb5b828df9941fb9f7696f98132b9edb /test/charging.tasklist
parentfc6b412589742976db12de4aa64137c03bfbf311 (diff)
downloadchrome-ec-a7f2842c106530bb599b3ba74b57778db7df262f.tar.gz
Rename POWERSTATE task to CHARGER
Since POWERSTATE is confusing whether it refers to battery power or system power. BUG=chrome-os-partner:15579 BRANCH=none TEST=taskinfo; see CHARGER task Change-Id: I5a237b1329cace4ce48ae39d8954c08a9912ed4b Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/36707
Diffstat (limited to 'test/charging.tasklist')
-rw-r--r--test/charging.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/charging.tasklist b/test/charging.tasklist
index 6ec7287373..778b0e9491 100644
--- a/test/charging.tasklist
+++ b/test/charging.tasklist
@@ -19,7 +19,7 @@
TASK(VBOOTHASH, vboot_hash_task, NULL, TASK_STACK_SIZE) \
TASK(PWM, pwm_task, NULL, TASK_STACK_SIZE) \
TASK(TYPEMATIC, keyboard_typematic_task, NULL, TASK_STACK_SIZE) \
- TASK(POWERSTATE, charge_state_machine_task, NULL, TASK_STACK_SIZE) \
+ TASK(CHARGER, charge_state_machine_task, NULL, TASK_STACK_SIZE) \
TASK(X86POWER, x86_power_task, NULL, TASK_STACK_SIZE) \
TASK(I8042CMD, i8042_command_task, NULL, TASK_STACK_SIZE) \
TASK(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \