Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
39:b1f864b71318
Parent:
31:a6110950f385
Child:
45:1eb335c00cb2
--- a/TA.h	Fri Jan 08 19:13:02 2016 +0000
+++ b/TA.h	Sat Jan 09 01:32:54 2016 +0000
@@ -147,7 +147,7 @@
     }
     void risen()
     {
-        TA::buttonsRising != btnMsk;
+        TA::buttonsRising |= btnMsk;
     }
 };