summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/common-hal/microcontroller/__init__.c
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-11-21 23:29:52 -0500
committerDan Halbert <halbert@halwitz.org>2020-11-21 23:29:52 -0500
commit75559f35ccc946dfd292e25671919e5d5b3bd7a6 (patch)
tree0b35247469879119e23c6d56f61866b386d121a0 /ports/mimxrt10xx/common-hal/microcontroller/__init__.c
parente4c66990e27779f43f4901d431b6c61f8da85f51 (diff)
wip: ResetReason to microcontroller.cpu
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 = {