diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-11-23 22:44:53 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-11-23 22:44:53 -0500 |
| commit | 7a45afc54919162df342fab421ed113ff1771d01 (patch) | |
| tree | 4d351d45751f40c096c89d0ea773a09a279d6b52 /py | |
| parent | 3abee9b2563f0203f3d9521631499008708bb407 (diff) | |
working, but need to avoid deep sleeping too fast before USB ready
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index 2731f2ae8..27466282a 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -403,6 +403,7 @@ $(filter $(SRC_PATTERNS), \ math/__init__.c \ microcontroller/ResetReason.c \ microcontroller/RunMode.c \ + supervisor/RunReason.c \ ) SRC_BINDINGS_ENUMS += \ |
