summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mods/pybsleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mods/pybsleep.c')
-rw-r--r--cc3200/mods/pybsleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/pybsleep.c b/cc3200/mods/pybsleep.c
index 640a7269e0..3e9b580c7c 100644
--- a/cc3200/mods/pybsleep.c
+++ b/cc3200/mods/pybsleep.c
@@ -472,7 +472,7 @@ void pyb_sleep_suspend_exit (void) {
mp_irq_wake_all();
// we need to init the crypto hash engine again
- CRYPTOHASH_Init();
+ //CRYPTOHASH_Init();
// trigger a sw interrupt
MAP_IntPendSet(INT_PRCM);