]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Removed erronous #if
authormaek <devnull@localhost>
Wed, 20 Oct 2010 15:22:18 +0000 (17:22 +0200)
committermaek <devnull@localhost>
Wed, 20 Oct 2010 15:22:18 +0000 (17:22 +0200)
system/EcuM/EcuM.c

index 37951bfcf5ab0732fc253184e4ffaeb537e59af9..b9ba88dc16196219c22d1874de3035e33502d76c 100644 (file)
@@ -28,17 +28,16 @@ EcuM_GobalType internal_data;
 void EcuM_Init( void )\r
 {\r
        internal_data.current_state = ECUM_STATE_STARTUP_ONE;\r
-#if 0\r
+\r
        // Initialize drivers that are needed to determine PostBuild configuration\r
        EcuM_AL_DriverInitZero();\r
 \r
        // Initialize the OS\r
        InitOS();\r
-#endif\r
+\r
        // Enable interrupts\r
        Irq_Init();\r
 \r
-\r
        // Determine PostBuild configuration\r
        internal_data.config = EcuM_DeterminePbConfiguration();\r
 \r