summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/common-hal/microcontroller/__init__.c
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 /ports/mimxrt10xx/common-hal/microcontroller/__init__.c
parentef0830bfe241b544b05bd3081f5bba03af57fe0d (diff)
deep sleep working; deep sleep delay when connected
Diffstat (limited to 'ports/mimxrt10xx/common-hal/microcontroller/__init__.c')
-rw-r--r--ports/mimxrt10xx/common-hal/microcontroller/__init__.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/mimxrt10xx/common-hal/microcontroller/__init__.c b/ports/mimxrt10xx/common-hal/microcontroller/__init__.c
index 0329ced69..6a8537e2d 100644
--- a/ports/mimxrt10xx/common-hal/microcontroller/__init__.c
+++ b/ports/mimxrt10xx/common-hal/microcontroller/__init__.c
@@ -86,10 +86,6 @@ void common_hal_mcu_reset(void) {
NVIC_SystemReset();
}
-void common_hal_mcu_deep_sleep(void) {
- //deep sleep call here
-}
-
// The singleton microcontroller.Processor object, bound to microcontroller.cpu
// It currently only has properties, and no state.
const mcu_processor_obj_t common_hal_mcu_processor_obj = {