Skip to content

Commit 0a0c03c

Browse files
committed
Fix ugame.py for the ugame10 board
It was still trying to use the gamepad module, and there was a typo
1 parent aa5f892 commit 0a0c03c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/atmel-samd/boards/ugame10/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CIRCUITPY_MATH = 1
1515
CIRCUITPY_AUDIOIO = 1
1616
CIRCUITPY_ANALOGIO = 1
1717
CIRCUITPY_DISPLAYIO = 1
18-
CIRCUITPY_KEYPPAD = 1
18+
CIRCUITPY_KEYPAD = 1
1919

2020
CIRCUITPY_PULSEIO = 0
2121
CIRCUITPY_AUDIOBUSIO = 0

0 commit comments

Comments
 (0)