mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
Revert "Trigger lightbar pattern from charger task if necessary"
This reverts commit f4ba3b2fa3.
Change-Id: I97fde95480f27f80c9ec64add89fd9ab3476e4cd
Reviewed-on: https://chromium-review.googlesource.com/293462
Reviewed-by: Eric Caruso <ejcaruso@chromium.org>
Commit-Queue: Eric Caruso <ejcaruso@chromium.org>
Tested-by: Eric Caruso <ejcaruso@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
2d515091eb
commit
6959e4baa2
@@ -16,7 +16,6 @@
|
||||
#include "gpio.h"
|
||||
#include "hooks.h"
|
||||
#include "host_command.h"
|
||||
#include "lightbar.h"
|
||||
#include "math_util.h"
|
||||
#include "printf.h"
|
||||
#include "sb_fw_update.h"
|
||||
@@ -609,9 +608,6 @@ void charger_task(void)
|
||||
battery_seems_to_be_dead = 0;
|
||||
prev_ac = curr.ac;
|
||||
}
|
||||
#if defined(HAS_TASK_LIGHTBAR) && !defined(HAS_TASK_PDCMD)
|
||||
lightbar_sequence(LIGHTBAR_TAP);
|
||||
#endif
|
||||
}
|
||||
charger_get_params(&curr.chg);
|
||||
battery_get_params(&curr.batt);
|
||||
|
||||
Reference in New Issue
Block a user