Skip to content

Commit

Permalink
qemu-arm/mpconfigport: Define MICROPY_PY_SYS_PLATFORM.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Apr 28, 2022
1 parent 402df83 commit 44186ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/qemu-arm/mpconfigport.h
Expand Up @@ -34,6 +34,7 @@
#define MICROPY_PY_IO (1)
#define MICROPY_PY_SYS_EXIT (1)
#define MICROPY_PY_SYS_MAXSIZE (1)
#define MICROPY_PY_SYS_PLATFORM "qemu-arm"
#define MICROPY_PY_UERRNO (1)
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_URANDOM (1)
Expand Down

0 comments on commit 44186ef

Please sign in to comment.