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.
Diff: Map/Map.cpp
- Revision:
- 34:7e03391cb8a6
- Parent:
- 31:c95f1b1d6423
- Child:
- 36:9f7463a65fe0
--- a/Map/Map.cpp Sun Apr 28 11:52:41 2019 +0000 +++ b/Map/Map.cpp Tue Apr 30 10:55:22 2019 +0000 @@ -67,7 +67,7 @@ int x = ball_pixels[i].x; if(gamemap[y][x] == 1){ collision = true; - printf("colliding pixel = %d,%d\n", x, y); + /*printf("colliding pixel = %d,%d\n", x, y);*/ break; } else { collision = false; } }