locnar / nespad

Automatically exported from code.google.com/p/nespad
0 stars 0 forks source link

Compile error #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
NESpad gives compile error with 1.0.5 arduino. 

fix:
--- NESpad/NESpad.cpp   2013-10-08 19:42:04.995638859 +0300
+++ ../arduino-1.0.5/libraries/NESpad/NESpad.cpp        2013-10-09 
08:46:30.559913727 +0300
@@ -35,7 +35,7 @@
 // default: digital pin 2=strobe, 3=clock, 4=data
 // see readme.txt for game pad pinout
 NESpad::NESpad() {
-    NESpad::NESpad(2,3,4);
+    NESpad(2,3,4);
 }

Original issue reported on code.google.com by jik...@gmail.com on 9 Oct 2013 at 5:23