summaryrefslogtreecommitdiff
path: root/ports/litex
diff options
context:
space:
mode:
authormicroDev <70126934+microDev1@users.noreply.github.com>2020-09-26 11:15:50 +0530
committerScott Shawcroft <scott@tannewt.org>2020-10-27 16:17:26 -0700
commit930cf14dcef3e3552a0e7d7476fd89b873738c2d (patch)
tree79d76d889a82a5e5c0f89e3012fcb620a0c37142 /ports/litex
parente35938971a4e9c0177e68163e1baab3b25c17ca8 (diff)
Add check for invalid io, function to disable all alarms
Diffstat (limited to 'ports/litex')
-rw-r--r--ports/litex/common-hal/microcontroller/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/litex/common-hal/microcontroller/__init__.c b/ports/litex/common-hal/microcontroller/__init__.c
index 3b1628c39..e6f50ed5a 100644
--- a/ports/litex/common-hal/microcontroller/__init__.c
+++ b/ports/litex/common-hal/microcontroller/__init__.c
@@ -89,7 +89,7 @@ void common_hal_mcu_reset(void) {
while(1);
}
-void common_hal_mcu_sleep(void) {
+void common_hal_mcu_deep_sleep(void) {
//deep sleep call here
}