summaryrefslogtreecommitdiffstats
path: root/commands/trigger.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/trigger.c')
-rw-r--r--commands/trigger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/trigger.c b/commands/trigger.c
index 85f16b00bb..de50bddb05 100644
--- a/commands/trigger.c
+++ b/commands/trigger.c
@@ -34,6 +34,7 @@ static char *trigger_names[] = {
[LED_TRIGGER_NET_RX] = "net rx",
[LED_TRIGGER_NET_TX] = "net tx",
[LED_TRIGGER_NET_TXRX] = "net",
+ [LED_TRIGGER_DEFAULT_ON] = "default on",
};
static int do_trigger(int argc, char *argv[])