summaryrefslogtreecommitdiff
path: root/shared-bindings/microcontroller
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-11-26 22:06:37 -0500
committerDan Halbert <halbert@halwitz.org>2020-11-26 22:06:37 -0500
commit104a089677d62de3554deea7850796dfbb29b1fc (patch)
tree35580c830283fc5eaea1e01623892eb24224b444 /shared-bindings/microcontroller
parentef0830bfe241b544b05bd3081f5bba03af57fe0d (diff)
deep sleep working; deep sleep delay when connected
Diffstat (limited to 'shared-bindings/microcontroller')
-rw-r--r--shared-bindings/microcontroller/__init__.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-bindings/microcontroller/__init__.h b/shared-bindings/microcontroller/__init__.h
index 87284fc2e..ac71de424 100644
--- a/shared-bindings/microcontroller/__init__.h
+++ b/shared-bindings/microcontroller/__init__.h
@@ -43,8 +43,6 @@ extern void common_hal_mcu_enable_interrupts(void);
extern void common_hal_mcu_on_next_reset(mcu_runmode_t runmode);
extern void common_hal_mcu_reset(void);
-extern void NORETURN common_hal_mcu_deep_sleep(void);
-
extern const mp_obj_dict_t mcu_pin_globals;
extern const mcu_processor_obj_t common_hal_mcu_processor_obj;