summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/console_output.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/console_output.c b/common/console_output.c
index 1102294fd7..7354ea4392 100644
--- a/common/console_output.c
+++ b/common/console_output.c
@@ -146,6 +146,6 @@ static int command_ch(int argc, char **argv)
}
return EC_SUCCESS;
};
-DECLARE_SAFE_CONSOLE_COMMAND(chan, command_ch,
- "[ save | restore | <mask> ]",
- "Save, restore, get or set console channel mask");
+DECLARE_CONSOLE_COMMAND(chan, command_ch,
+ "[ save | restore | <mask> ]",
+ "Save, restore, get or set console channel mask");