summaryrefslogtreecommitdiff
path: root/ports/litex
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/litex
parentef0830bfe241b544b05bd3081f5bba03af57fe0d (diff)
deep sleep working; deep sleep delay when connected
Diffstat (limited to 'ports/litex')
-rw-r--r--ports/litex/common-hal/microcontroller/__init__.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/litex/common-hal/microcontroller/__init__.c b/ports/litex/common-hal/microcontroller/__init__.c
index e6f50ed5a..3c9166114 100644
--- a/ports/litex/common-hal/microcontroller/__init__.c
+++ b/ports/litex/common-hal/microcontroller/__init__.c
@@ -89,10 +89,6 @@ void common_hal_mcu_reset(void) {
while(1);
}
-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 = {