Author: wmb Date: 2007-05-04 08:56:57 +0200 (Fri, 04 May 2007) New Revision: 350
Modified: cpu/x86/pc/olpc/fw.bth Log: OLPC - Removed debug message from game key sending code.
Modified: cpu/x86/pc/olpc/fw.bth =================================================================== --- cpu/x86/pc/olpc/fw.bth 2007-05-03 08:30:22 UTC (rev 349) +++ cpu/x86/pc/olpc/fw.bth 2007-05-04 06:56:57 UTC (rev 350) @@ -426,8 +426,7 @@
: user-switch? ( -- flag ) [ifdef] lx-devel false exit [then] -." Game key value is " - game-key@ dup . cr 0<> dup if + game-key@ 0<> dup if ." Release the game key to continue" cr begin d# 100 ms game-key@ 0= until then