From 9e16e851d194bb15b691d5670ad82002fe68a2dc Mon Sep 17 00:00:00 2001 From: Michal Horn Date: Thu, 4 Dec 2014 07:58:42 +0100 Subject: [PATCH] doc: clarification of the canrpptest command descrption Fixes: #1056 --- rpp-test-sw/commands/cmd_can.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rpp-test-sw/commands/cmd_can.c b/rpp-test-sw/commands/cmd_can.c index c815ddd..61cbc32 100644 --- a/rpp-test-sw/commands/cmd_can.c +++ b/rpp-test-sw/commands/cmd_can.c @@ -1071,9 +1071,11 @@ cmd_des_t const cmd_des_can_test={ " appropriate error code is printed.\n" "\n" "At the end the CAN bus is reset and left with the configuration from\n" - "test 1. Any previous configuration is canceled, but is not deleted, so\n" - "any following call of `caninit` command will restore the CAN bus to\n" - "previous configuration.\n" + "test 1.\n" + "The command can be called even after the CAN bus has been already configured by\n" + "previous calling of the `can_init` command. The previous configuration is kept, while\n" + "the test command reconfigures the bus for the test purposes and can be restored again\n" + "by another calling of the `can_init` command.\n" "\n" "For error codes description refer please the API documentation for the rpp-test-sw.\n" "\n" -- 2.39.2