diff options
| author | Hosted Weblate <hosted@weblate.org> | 2021-02-01 18:50:47 +0100 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2021-02-01 18:50:47 +0100 |
| commit | 4db7772d4e211e0210c15ee276e8af63af37a72b (patch) | |
| tree | c82dfab54fc8ba75fa6bf7a1f527d4f4e81fc919 /shared-bindings/microcontroller/__init__.h | |
| parent | c3aa1ec10edff00513ecb1deac8d563e4617a2d5 (diff) | |
| parent | 459f3232477877b6dbc011f93ebc9d3544d918c3 (diff) | |
Merge remote-tracking branch 'origin/main' into main
Diffstat (limited to 'shared-bindings/microcontroller/__init__.h')
| -rw-r--r-- | shared-bindings/microcontroller/__init__.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-bindings/microcontroller/__init__.h b/shared-bindings/microcontroller/__init__.h index 39d3e718b..733127d56 100644 --- a/shared-bindings/microcontroller/__init__.h +++ b/shared-bindings/microcontroller/__init__.h @@ -48,7 +48,8 @@ extern const mp_obj_dict_t mcu_pin_globals; #if CIRCUITPY_PROCESSOR_COUNT == 1 extern const mcu_processor_obj_t common_hal_mcu_processor_obj; #elif CIRCUITPY_PROCESSOR_COUNT > 1 -extern const mp_rom_obj_tuple_t common_hal_mcu_processor_obj; +extern const mcu_processor_obj_t common_hal_mcu_processor_obj; +extern const mp_rom_obj_tuple_t common_hal_multi_processor_obj; #else #error "Invalid processor count" #endif |
