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.
Dependencies: mbed
Fork of el17dg by
Diff: game/gameovermanager.h
- Revision:
- 37:6a2bf4488022
- Parent:
- 36:207ec7db8648
- Child:
- 38:ef3968546d36
--- a/game/gameovermanager.h Thu May 02 13:35:22 2019 +0000 +++ b/game/gameovermanager.h Mon May 06 22:35:51 2019 +0000 @@ -84,10 +84,8 @@ highFrequencyPartMusic(); high_frequency_music_counter++; low_frequency_music_counter++;//comment out this for epic game over beat. - #ifdef DEBUGel17dg - printf("Low frequency counter value:: %i\n", low_frequency_music_counter); - printf("high frequency counter value:: %i\n", high_frequency_music_counter); - #endif + DG_PRINTF("Low frequency counter value:: %i\n", low_frequency_music_counter); + DG_PRINTF("high frequency counter value:: %i\n", high_frequency_music_counter); } void lowFrequencyPartMusic(){