]> rtime.felk.cvut.cz Git - arc.git/commitdiff
added rte_start to start rte rte-dev
authornier <devnull@localhost>
Mon, 23 Aug 2010 13:46:20 +0000 (15:46 +0200)
committernier <devnull@localhost>
Mon, 23 Aug 2010 13:46:20 +0000 (15:46 +0200)
system/EcuM/EcuM.c

index eb624b74421d46aa31602ea1f2521cb285e98a98..77a32b1e907b1acc39a1e61e56d61a206d623c11 100644 (file)
@@ -92,8 +92,9 @@ void EcuM_StartupTwo()
 \r
        // Prepare the system to startup RTE\r
        // TODO EcuM_OnRTEStartup();\r
-\r
-       //Rte_Start();\r
+#if defined(USE_RTE)\r
+       Rte_Start();\r
+#endif\r
 \r
 #if    (ECUM_INCLUDE_NVRAM_MGR == STD_ON)\r
        // Wait for the NVM job to terminate\r