Author: remi Date: 2008-07-28 11:17:55 +0200 (Mon, 28 Jul 2008) New Revision: 1402
Modified: software_suite_v2/middleware/tuxdriver/trunk/src/tux_driver.c Log: * Defined the prototype of "TuxDrv_ResetPositions" in the top of "tux_driver.c" file in order to avoid the error of implicite use of this function in the "on_rf_state" callback function. 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:11:38 UTC (rev 1401) +++ software_suite_v2/middleware/tuxdriver/trunk/src/tux_driver.c 2008-07-28 09:17:55 UTC (rev 1402) @@ -53,6 +53,8 @@ static void on_usb_disconnect(void); static void on_read_loop_cycle_complete(void); +void TuxDrv_ResetPositions(void); + /** * */ ------------------------------------------------------------------------- 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
