diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-12-07 15:41:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-07 15:41:45 -0500 |
| commit | 054eafd42f711099067eff7600f82ff043cf4b35 (patch) | |
| tree | 0ed1159e262b9f7bf73715b66df43496fb9be42c /shared-bindings/microcontroller/__init__.h | |
| parent | 22ad76bb48940dea758847ecd7ff48aa1eaf11df (diff) | |
| parent | 9391c8f9ddadbf8b46662f9baa9f10b8826d8b02 (diff) | |
Merge pull request #3797 from dhalbert/reset-reason-run-reason-available
Make ResetReason and RunReason available
Diffstat (limited to 'shared-bindings/microcontroller/__init__.h')
| -rw-r--r-- | shared-bindings/microcontroller/__init__.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-bindings/microcontroller/__init__.h b/shared-bindings/microcontroller/__init__.h index ac71de424..0dafc74c7 100644 --- a/shared-bindings/microcontroller/__init__.h +++ b/shared-bindings/microcontroller/__init__.h @@ -1,4 +1,3 @@ - /* * This file is part of the MicroPython project, http://micropython.org/ * |
