Author: remi
Date: 2008-07-28 11:07:57 +0200 (Mon, 28 Jul 2008)
New Revision: 1400

Modified:
   software_suite_v2/middleware/tuxdriver/trunk/src/tux_driver.c
Log:
* Reset the body state of Tuxdroid when the radio is connected.

Modified: software_suite_v2/middleware/tuxdriver/trunk/src/tux_driver.c
===================================================================
--- software_suite_v2/middleware/tuxdriver/trunk/src/tux_driver.c       
2008-07-28 09:00:02 UTC (rev 1399)
+++ software_suite_v2/middleware/tuxdriver/trunk/src/tux_driver.c       
2008-07-28 09:07:57 UTC (rev 1400)
@@ -221,6 +221,8 @@
         tux_descriptor_get();
         /* For reinitilizing the remote control task */
         tux_user_inputs_init();
+        /* Reset the body state */
+        TuxDrv_ResetPositions();
     }
 }
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to