From 0c795a67ab5a4718556d3eea9bab82ee5b2098fa Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 4 Dec 2014 11:23:50 +0100 Subject: [PATCH] Update can command documentation --- rpp-test-sw/commands/cmd_can.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rpp-test-sw/commands/cmd_can.c b/rpp-test-sw/commands/cmd_can.c index 61cbc32..f5195e9 100644 --- a/rpp-test-sw/commands/cmd_can.c +++ b/rpp-test-sw/commands/cmd_can.c @@ -1072,12 +1072,15 @@ cmd_des_t const cmd_des_can_test={ "\n" "At the end the CAN bus is reset and left with the configuration from\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" + "The command can be called even after the CAN bus has been already\n" + "configured by previous invocation of the `caninit` command. The\n" + "previous timing configuration set by `cantiming#` command not\n" + "modified. Therefore, calling `caninit` after this command finishes\n" + "restores the previous timing settings.\n" + "\n" + "For error codes description please refer to the API documentation for\n" + "the rpp-test-sw.\n" "\n" "### Example ###\n" "\n" -- 2.39.2