test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
1:b8a29dc23cf1
Parent:
0:26e5e770f91b
Child:
4:0fe59e58def9
diff -r 26e5e770f91b -r b8a29dc23cf1 main.cpp
--- a/main.cpp	Fri Dec 02 04:26:02 2016 +0000
+++ b/main.cpp	Fri Dec 02 05:06:27 2016 +0000
@@ -14,10 +14,10 @@
     while(1){
         lcd.print_bm(bitmPerson,2,32-6);
         lcd.copy_to_lcd();
-        wait(1);
+        wait(0.5);
         lcd.print_bm(bitmPersonB,2,32-6);
         lcd.copy_to_lcd();
-        wait(1);
+        wait(0.5);
     }
     return 0;
 }
\ No newline at end of file