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

Revision:
17:10609a82d462
Parent:
0:e8b8f36b4505
--- a/POKITTO_CORE/PokittoButtons.cpp	Fri Oct 20 19:08:39 2017 +0000
+++ b/POKITTO_CORE/PokittoButtons.cpp	Sat Oct 21 17:22:35 2017 +0000
@@ -53,7 +53,7 @@
 }
 
 void Buttons::update() {
-    #if POK_USE_CONSOLE > 1
+    #if POK_USE_CONSOLE > 0
     if (console.conscounter) return;
     #endif // POK_USE_CONSOLE
     #ifndef POK_SIM