firmware/shared/glob.py
2021-03-01 09:03:03 -05:00

19 lines
352 B
Python

# (c) Copyright 2021 by Coinkite Inc. This file is covered by license found in COPYING-CC.
#
# glob.py
#
# - simple module w/ handle for larger objects/singletons
# - used to be "from main import dis" and so on
# the display
dis = None
# the numpad
numpad = None
# global ptr to HSM policy, if any (supported on Mk3+ only)
hsm_active = None
# EOF