Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of football_project by
Diff: proto_code.cpp
- Revision:
- 49:626e84ce5e52
- Parent:
- 48:4c9551c826e9
- Child:
- 52:060fdec99780
- Child:
- 58:fb2198ceb412
diff -r 4c9551c826e9 -r 626e84ce5e52 proto_code.cpp
--- a/proto_code.cpp Tue Jan 12 00:05:34 2016 +0000
+++ b/proto_code.cpp Tue Jan 12 14:50:32 2016 +0000
@@ -1345,8 +1345,7 @@
if(time - last_time > DEBOUNCE_MS)
{
last_time = time;
- buttons = ta.buttons() | TA::buttonsRising;
- TA::buttonsRising = 0;
+ buttons = ta.buttons();
}
return buttons;
