Skip to content

Commit

Permalink
Remove reset exposed from machine
Browse files Browse the repository at this point in the history
  • Loading branch information
masonova1 authored Jan 9, 2023
1 parent 8262315 commit 474c449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ThumbyGames/lib/thumby.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
the Thumby API. If not, see <https://www.gnu.org/licenses/>.
'''

from machine import reset as machineReset, freq
from machine import freq

# Last updated 14-Dec-2022
# Last updated 9-Jan-2023
__version__ = '1.9'

# Grab initial frequency
Expand Down

1 comment on commit 474c449

@ace-dent
Copy link
Contributor

@ace-dent ace-dent commented on 474c449 Jan 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. May also be needed for the emulator copy.

from machine import reset as machineReset #, freq

Please sign in to comment.