From 630a1a3182746bf038a3889dd785c9a36117b457 Mon Sep 17 00:00:00 2001 From: Mason W Date: Mon, 9 Jan 2023 13:56:32 -0500 Subject: [PATCH] Change lib-emulator to match lib W.R.T. reset exposure --- ThumbyGames/lib-emulator/thumby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThumbyGames/lib-emulator/thumby.py b/ThumbyGames/lib-emulator/thumby.py index b89c0a3e..885a9111 100644 --- a/ThumbyGames/lib-emulator/thumby.py +++ b/ThumbyGames/lib-emulator/thumby.py @@ -22,7 +22,7 @@ the Thumby API. If not, see . ''' -from machine import reset as machineReset #, freq +# from machine import freq import emulator # Last updated 14-Dec-2022