Fix ugame.py for the ugame10 board

It was still trying to use the gamepad module, and there was a typo
This commit is contained in:
Radomir Dopieralski 2022-08-26 17:07:44 +02:00
parent aa5f892a11
commit 0a0c03c3d2
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9a8338b3bdaeac9eeb5b74d147107c67db33fdac
Subproject commit 4124dfbdaadce1966f457d7d6c6984e9832999bf

View File

@ -15,7 +15,7 @@ CIRCUITPY_MATH = 1
CIRCUITPY_AUDIOIO = 1
CIRCUITPY_ANALOGIO = 1
CIRCUITPY_DISPLAYIO = 1
CIRCUITPY_KEYPPAD = 1
CIRCUITPY_KEYPAD = 1
CIRCUITPY_PULSEIO = 0
CIRCUITPY_AUDIOBUSIO = 0