diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-11-22 19:10:09 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-11-22 19:10:09 -0500 |
| commit | a0f1ec3c4a3dd52b11752e10d0dd31202e9c705f (patch) | |
| tree | 333234f72abc302da7646f87a3c18740170b6bf7 /shared-bindings/microcontroller/Processor.h | |
| parent | 75559f35ccc946dfd292e25671919e5d5b3bd7a6 (diff) | |
wip
Diffstat (limited to 'shared-bindings/microcontroller/Processor.h')
| -rw-r--r-- | shared-bindings/microcontroller/Processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-bindings/microcontroller/Processor.h b/shared-bindings/microcontroller/Processor.h index a842e06f3..98d479087 100644 --- a/shared-bindings/microcontroller/Processor.h +++ b/shared-bindings/microcontroller/Processor.h @@ -29,6 +29,7 @@ #include "py/obj.h" +#include "common-hal/microcontroller/Processor.h" #include "shared-bindings/microcontroller/ResetReason.h" extern const mp_obj_type_t mcu_processor_type; |
