Skip to content

Commit

Permalink
codal_port: Bump micro:bit version to v2.0.0-beta.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Feb 19, 2021
1 parent a94e53d commit 7c8e3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codal_port/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#define MICROPY_PORT_BUILTINS \
{ MP_ROM_QSTR(MP_QSTR_open), MP_ROM_PTR(&mp_builtin_open_obj) },

#define MICROBIT_RELEASE "2.0.0-beta.3"
#define MICROBIT_RELEASE "2.0.0-beta.4"
#define MICROBIT_BOARD_NAME "micro:bit"
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
#define MICROPY_HW_MCU_NAME "nRF52833"
Expand Down

0 comments on commit 7c8e3e8

Please sign in to comment.