mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-25 03:34:51 +00:00
removed debugging
This commit is contained in:
parent
7293bd42e6
commit
4820babb56
@ -136,11 +136,9 @@ void SDLSpeaker::maintainSpeaker(uint32_t c)
|
||||
mixerValue += (toggleState ? 0xFF : 0x00);
|
||||
numMixed += 2;
|
||||
|
||||
#if DEBUGGING
|
||||
if (numMixed != 8) {
|
||||
printf("SPEAKER FAIL - should always be 8\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
mixerValue >>= 3; // divide by 8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user