another fix

This commit is contained in:
2023-12-10 17:49:56 +01:00
parent 7466bcacff
commit 5a0c04a670
+1 -1
View File
@@ -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();
}