From 504730386a053e24c9b2c798189fa6ddd36c0bfa Mon Sep 17 00:00:00 2001 From: Nicolas MARTIN Date: Mon, 14 Sep 2020 16:20:31 +0200 Subject: [PATCH] fix COM_ARM_AUTH comment --- src/modules/commander/commander_params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/commander/commander_params.c b/src/modules/commander/commander_params.c index 72354ceb2e..a233e511e1 100644 --- a/src/modules/commander/commander_params.c +++ b/src/modules/commander/commander_params.c @@ -681,7 +681,7 @@ PARAM_DEFINE_INT32(COM_POSCTL_NAVL, 0); * * Default value: (10 << 0 | 1000 << 8 | 0 << 24) = 256010 * - authorizer system id = 10 - * - authentication method parameter = 10000msec of timeout + * - authentication method parameter = 1000 msec of timeout * - authentication method = during arm * @group Commander */