Merge pull request #1955 from pewpew-game/pygamer-stage

Add support for PyGamer to Stage library
This commit is contained in:
Scott Shawcroft 2019-06-18 18:23:08 -07:00 committed by GitHub
commit 5e5252ced0
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 397badae5863a1ce932213ef527e82314ac498a1
Subproject commit 0dce331e849a9459dbd1f99b254f6739e35a4ca1

View File

@ -20,4 +20,4 @@ CIRCUITPY_STAGE = 1
# No touch on SAMD51 yet
CIRCUITPY_TOUCHIO = 0
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pybadge
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pygamer