Merge pull request #6823 from pypewpew/ugame10-fix

Fix ugame.py for the ugame10 board
This commit is contained in:
Dan Halbert 2022-08-29 12:34:02 -04:00 committed by GitHub
commit 371e544a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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