Tweak Actuators/Sensors code
[matches/MCTX3420.git] / server / main.c
index c2e5161..a48c223 100644 (file)
@@ -128,19 +128,19 @@ int main(int argc, char ** argv)
        Pin_Init();
        
        // Try and start things
-       /*
+       
        const char *ret;
        if ((ret = Control_SetMode(CONTROL_START, "test")) != NULL)
                Fatal("Control_SetMode failed with '%s'", ret);
-       */
+       
 
        // run request thread in the main thread
        FCGI_RequestLoop(NULL);
 
-       /*
+       
        if ((ret = Control_SetMode(CONTROL_STOP, "test")) != NULL)
                Fatal("Control_SetMode failed with '%s'", ret);
-       */
+       
        //Sensor_StopAll();
        //Actuator_StopAll();
 

UCC git Repository :: git.ucc.asn.au