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

Revision:
34:427237571c6a
Parent:
33:7d20a1e51908
Child:
35:4f7edccf8ed6
diff -r 7d20a1e51908 -r 427237571c6a POKITTO_HW/HWSound.cpp
--- a/POKITTO_HW/HWSound.cpp	Sat Mar 10 19:03:26 2018 +0000
+++ b/POKITTO_HW/HWSound.cpp	Sat Mar 24 13:17:22 2018 +0000
@@ -324,7 +324,8 @@
 
 void pokSoundIRQ() {
     #if POK_ENABLE_SOUND > 0
-    //return;
+    uint8_t output=0;
+    streamon=1;
     #ifndef POK_SIM
     pwmout_t* obj = &audiopwm;
     #endif