Skip to content

Commit

Permalink
Merge pull request #80 from pimoroni/experimental/mpy-1.19
Browse files Browse the repository at this point in the history
Bump to MicroPython v1.19
  • Loading branch information
Gadgetoid authored Jul 28, 2022
2 parents 75784fb + 86af641 commit 994165f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
MICROPYTHON_VERSION: v1.17
MICROPYTHON_VERSION: v1.19
BUILD_TYPE: Release
BOARD_TYPE: PIMORONI_PICOSYSTEM

Expand All @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: pimoroni/micropython
ref: experimental/picosystem #${{env.MICROPYTHON_VERSION}}
ref: experimental/picosystem-1.19
submodules: false # MicroPython submodules are hideously broken
path: micropython

Expand Down
2 changes: 1 addition & 1 deletion micropython/modules/picosystem/picosystem.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const mp_obj_module_t picosystem_user_cmodule = {
};

////////////////////////////////////////////////////////////////////////////////////////////////////
MP_REGISTER_MODULE(MP_QSTR_picosystem, picosystem_user_cmodule, MODULE_PICOSYSTEM_ENABLED);
MP_REGISTER_MODULE(MP_QSTR_picosystem, picosystem_user_cmodule);
////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 994165f

Please sign in to comment.