]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Welcome text shorted to fit onto the SCI buffer.
authorMichal Horn <hornmich@fel.cvut.cz>
Fri, 26 Jul 2013 14:09:24 +0000 (16:09 +0200)
committerMichal Horn <hornmich@fel.cvut.cz>
Fri, 26 Jul 2013 14:09:24 +0000 (16:09 +0200)
commands/main.c

index e88ba40e05cbb21c794c9a1d00a8cddddea32659..4ffe84fdcdc990b519c924b2df3b5af3b3d007b7 100644 (file)
@@ -45,7 +45,7 @@ void main(void)
        rpp_sci_setup(115200);\r
 \r
        _enable_IRQ();\r
-       initCmdProc(0, (uint8_t*)"\r\n----\r\n  Rapid Prototyping Platform v00.02-001\r\n  SW ver " GIT_VERSION " \r\n  Porsche Engineering 06/2013\r\n----\r\n\r\nType commands", (uint8_t *)"\r\n--> ");\r
+       initCmdProc(0, "\r\n----\r\n  Rapid Prototyping Platform v00.01-001\r\n  SW ver " GIT_VERSION " \r\n  Porsche Engineering 06/2013\r\n----\r\n", (uint8_t *)"\r\n--> ");\r
        vTaskStartScheduler();\r
 \r
        //We should never get here\r