another fix
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ Gamepad::Gamepad(uint8_t latch, uint8_t clock, uint8_t data)
|
||||
pinMode(data, INPUT);
|
||||
}
|
||||
|
||||
uint16_t Gamepad::getState() const
|
||||
uint16_t Gamepad::getState()
|
||||
{
|
||||
return this->readCon();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user