]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/commitdiff
RPP template for main function changed - sci baudrate 115200 is set after sci is...
authorMichal Horn <hornmich@fel.cvut.cz>
Thu, 22 Aug 2013 14:04:01 +0000 (16:04 +0200)
committerMichal Horn <hornmich@fel.cvut.cz>
Thu, 22 Aug 2013 14:04:01 +0000 (16:04 +0200)
rpp/rpp/rpp_srmain.tlc

index f0fa339cc18d1464be69c88a0ffd80e2093b556c..d34c452c0d9cb8b8ddba034ffde462d981d21855 100644 (file)
         /* Initialize RPP board */
         rpp_init();
 
+        // Speed up the SCI
+        rpp_sci_setup(115200);
+
         %if rppPrintMeta
         %assign model_info = SPRINTF("'%s' - %s (TLC %s)\\r\\n", LibGetMdlPubHdrBaseName(), TLC_TIME, TLC_VERSION)
         rpp_sci_printf((const char*)