]> rtime.felk.cvut.cz Git - rpp-test-sw.git/commitdiff
Remove Porsche Engineering from the welcome text
authorMichal Horn <hornmich@fel.cvut.cz>
Fri, 12 Dec 2014 13:11:21 +0000 (14:11 +0100)
committerMichal Horn <hornmich@fel.cvut.cz>
Fri, 12 Dec 2014 13:11:21 +0000 (14:11 +0100)
rpp-test-sw/commands/main.c

index 8d334673e62f5826ca30fe011787f79b6a3206bf..0703505770265a42a892698ab14ed7d571f2add1 100644 (file)
@@ -38,7 +38,7 @@ void main(void)
 \r
        rpp_sci_printf("\nRapid Prototyping Platform v00.01-001\n");\r
        rpp_sci_printf("Test Software version " GIT_VERSION "\n");\r
-       rpp_sci_printf("Porsche Engineering 06/2013\n");\r
+       rpp_sci_printf("CTU in Prague 2014\n");\r
 \r
        initCmdProc(0);\r
        vTaskStartScheduler();\r