diff options
Diffstat (limited to 'examples/unix/machine_bios.py')
-rw-r--r-- | examples/unix/machine_bios.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unix/machine_bios.py b/examples/unix/machine_bios.py index 878f3fd8f3..40aae4ccef 100644 --- a/examples/unix/machine_bios.py +++ b/examples/unix/machine_bios.py @@ -4,6 +4,6 @@ # It is expected to print 0xaa55, which is a signature at the start of # Video BIOS. -import umachine as machine +import machine print(hex(machine.mem16[0xC0000])) |