Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Fix debugging missing function (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
xnkevinnguyen authored Feb 12, 2020
1 parent ff0d18f commit f6c0ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# similar to utils.send_to_simulator, but for debugging
# (needs handle to device-specific debugger)
def debug_show(state):
def debug_send_to_simulator(state):
global previous_state

if state != previous_state:
Expand Down

0 comments on commit f6c0ee3

Please sign in to comment.