summaryrefslogtreecommitdiff
path: root/board/grunt/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/grunt/led.c')
-rw-r--r--board/grunt/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/grunt/led.c b/board/grunt/led.c
index 5770252331..43e35848a0 100644
--- a/board/grunt/led.c
+++ b/board/grunt/led.c
@@ -157,7 +157,7 @@ static void led_set_power(void)
suspend_ticks++;
- if (chipset_in_state(CHIPSET_STATE_SUSPEND | CHIPSET_STATE_STANDBY)) {
+ if (chipset_in_state(CHIPSET_STATE_ANY_SUSPEND)) {
if (!previous_state_suspend)
suspend_ticks = 0;
/* Blink once every four seconds. */