]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Add end of lines to the canrpptest command description
authorMichal Horn <hornmich@fel.cvut.cz>
Wed, 3 Dec 2014 16:55:49 +0000 (17:55 +0100)
committerMichal Horn <hornmich@fel.cvut.cz>
Wed, 3 Dec 2014 16:55:49 +0000 (17:55 +0100)
rpp-test-sw/commands/cmd_can.c

index 3cc1da973d5a1daae6313cea7516806eae3048f0..5f10e165a98f96a1d86662ba2d2e6d88550eec6b 100644 (file)
@@ -1134,31 +1134,31 @@ cmd_des_t const cmd_des_can_test={
     "### Example ###\n"
     "\n"
     "    --> canrpptest\n"
-    "This is a test for RPP CAN library functions:"
-    "Test of simple message transmission and reception."
-    "  CAN bus Initialization...OK"
-    "  Transmission and reception...OK"
-    "---"
-    "Test od automatic CAN bit timing calculation."
-    "  Baudrate: 125000: OK"
-    "  Baudrate: 250000: OK"
-    "  Baudrate: 500000: OK"
-    "---"
-    "Test of transmission request rewritting."
-    "  CAN bus Initialization...OK"
-    "  TX request rewritting...OK"
-    "---"
-    "Test of TX request pending flag detection."
-    "  CAN bus Initialization...OK"
-    "  TX request pending flag behavioral: OK, time: 256 cycles."
-    "---"
-    "Test of RX indicator."
-    "  CAN bus Initialization...OK"
-    "  RX indicator behavioral:"
-    "OK, time: 0 cycles."
-    "---"
-    "Reset the CAN bus."
-    "  CAN bus Initialization...OK",
+    "This is a test for RPP CAN library functions:\n"
+    "Test of simple message transmission and reception.\n"
+    "  CAN bus Initialization...OK\n"
+    "  Transmission and reception...OK\n"
+    "---\n"
+    "Test od automatic CAN bit timing calculation.\n"
+    "  Baudrate: 125000: OK\n"
+    "  Baudrate: 250000: OK\n"
+    "  Baudrate: 500000: OK\n"
+    "---\n"
+    "Test of transmission request rewritting.\n"
+    "  CAN bus Initialization...OK\n"
+    "  TX request rewritting...OK\n"
+    "---\n"
+    "Test of TX request pending flag detection.\n"
+    "  CAN bus Initialization...OK\n"
+    "  TX request pending flag behavioral: OK, time: 256 cycles.\n"
+    "---\n"
+    "Test of RX indicator.\n"
+    "  CAN bus Initialization...OK\n"
+    "  RX indicator behavioral:\n"
+    "OK, time: 0 cycles.\n"
+    "---\n"
+    "Reset the CAN bus.\n"
+    "  CAN bus Initialization...OK\n",
     CMD_HANDLER(cmd_do_can_test_functions), (void *)&cmd_list_can
 };