Skip to content

Commit 3bb371c

Browse files
committed
unix/variants: Change mip package to mip-cmdline.
mip-cmdline adds command-line support to mip, useful for the unix port, via micropython -m mip ... Signed-off-by: Damien George <[email protected]>
1 parent 1531a7c commit 3bb371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/unix/variants/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
require("mip")
1+
require("mip-cmdline")

0 commit comments

Comments
 (0)