]> git.sur5r.net Git - freertos/blobdiff - Demo/RX600_RX62N-MDK_Renesas/RTOSDemo/Renesas-Files/resetprg.c
Update the RX MDK demo to include the web server. Minor tidy up to the RDK version...
[freertos] / Demo / RX600_RX62N-MDK_Renesas / RTOSDemo / Renesas-Files / resetprg.c
index 439723b5613584520985aad6b967f0ffe84aada8..6e1c2ecd8d997077cd8c9685ce9ccd62637adf7e 100644 (file)
@@ -91,7 +91,7 @@ void PowerON_Reset_PC(void)
 \r
        _INITSCT();\r
 \r
-       _INIT_IOLIB();                                  // Use SIM I/O\r
+//     _INIT_IOLIB();                                  // Use SIM I/O\r
 \r
 //     errno=0;                                                // Remove the comment when you use errno\r
 //     srand((_UINT)1);                                        // Remove the comment when you use rand()\r
@@ -108,7 +108,7 @@ void PowerON_Reset_PC(void)
 \r
        main();\r
 \r
-       _CLOSEALL();                                    // Use SIM I/O\r
+//     _CLOSEALL();                                    // Use SIM I/O\r
        \r
 //     _CALL_END();                                    // Remove the comment when you use global class object\r
 \r