PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Revision:
4:ecf2fe370c1c
Parent:
2:968589ca3484
diff -r 689c3cbbef13 -r ecf2fe370c1c POKITTO_CORE/PokittoSound.cpp
--- a/POKITTO_CORE/PokittoSound.cpp	Tue Sep 19 13:29:14 2017 +0000
+++ b/POKITTO_CORE/PokittoSound.cpp	Tue Sep 19 13:42:25 2017 +0000
@@ -177,7 +177,7 @@
         #endif
 
         streamstep &= streamon; //check if stream is on
-
+		
         if(streamvol && streamstep) {
             uint8_t output = (*currentPtr++);
             sbyte = output;