Author: remi
Date: 2008-06-23 09:48:09 +0200 (Mon, 23 Jun 2008)
New Revision: 1243

Modified:
   software_suite_v2/middleware/tuxdriver/trunk/src/tux_driver.c
Log:
* disabled the pong requests for the evaluation of the quality of the 
connection. This function is now incompatible with the last tuxcore firmware.

Modified: software_suite_v2/middleware/tuxdriver/trunk/src/tux_driver.c
===================================================================
--- software_suite_v2/middleware/tuxdriver/trunk/src/tux_driver.c       
2008-06-23 07:09:22 UTC (rev 1242)
+++ software_suite_v2/middleware/tuxdriver/trunk/src/tux_driver.c       
2008-06-23 07:48:09 UTC (rev 1243)
@@ -195,9 +195,9 @@
         }
         break;
     */
-    case FRAME_HEADER_PONG:
+    /*case FRAME_HEADER_PONG:
         tux_pong_update();
-        break;
+        break;*/
     }
 }
 
@@ -255,7 +255,7 @@
 on_read_loop_cycle_complete(void)
 {
     tux_user_inputs_update_RC5();
-    tux_pong_get();
+    /* tux_pong_get(); */
     tux_firmware_state_machine_call();
     tux_sound_flash_state_machine_call();
     tux_hw_status_header_counter_check();


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to