8000 qemu-arm/mpconfigport: Define MICROPY_PY_SYS_PLATFORM. · micropython/micropython@44186ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 44186ef

Browse files
committed
qemu-arm/mpconfigport: Define MICROPY_PY_SYS_PLATFORM.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 402df83 commit 44186ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/qemu-arm/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#define MICROPY_PY_IO (1)
3535
#define MICROPY_PY_SYS_EXIT (1)
3636
#define MICROPY_PY_SYS_MAXSIZE (1)
37+
#define MICROPY_PY_SYS_PLATFORM "qemu-arm"
3738
#define MICROPY_PY_UERRNO (1)
3839
#define MICROPY_PY_UBINASCII (1)
3940
#define MICROPY_PY_URANDOM (1)

0 commit comments

Comments
 (0)
0