[tuxdroid-svn] r783 - firmware/tuxcore/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-12-12 13:01:58
|
Author: jaguarondi Date: 2007-12-12 14:01:57 +0100 (Wed, 12 Dec 2007) New Revision: 783 Modified: firmware/tuxcore/trunk/standalone.c Log: * Removed an annoying (and buggy ;-) production test in the remote mode. Modified: firmware/tuxcore/trunk/standalone.c =================================================================== --- firmware/tuxcore/trunk/standalone.c 2007-12-12 13:01:00 UTC (rev 782) +++ firmware/tuxcore/trunk/standalone.c 2007-12-12 13:01:57 UTC (rev 783) @@ -206,21 +206,6 @@ spin_move_counter = 0; } - if (remote_mode) - { - /* BT_REMOTE: check buttons with leds */ - if (gStatus. - sw & (GSTATUS_LEFTWINGBTN_MK | GSTATUS_RIGHTWINGBTN_MK | - GSTATUS_HEADBTN_MK)) - led_set_intensity(LED_LEFT, 0xFF); - else - led_set_intensity(LED_LEFT, 0); - if ((gStatus.sw & GSTATUS_POWERPLUGSW_MK)) - led_set_intensity(LED_RIGHT, 0xFF); - else - led_set_intensity(LED_RIGHT, 0); - } - /* IR signal processing */ /* put here things that should be done only once when a button is pushed */ if (gStatus.ir != ir_oldvalue && gStatus.ir & GSTATUS_IR_VALID) |