summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mods/pybsleep.c
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-09-27 18:04:11 +0200
committerDaniel Campora <daniel@wipy.io>2015-09-27 18:04:11 +0200
commiteb9a3ec6543f92356856f88c183a003791e8f7b6 (patch)
tree549b1426593816181a6d936009b74231554970ee /cc3200/mods/pybsleep.c
parent6143f635608d30461a9e5e33de3c392a87a0e980 (diff)
downloadmicropython-eb9a3ec6543f92356856f88c183a003791e8f7b6.tar.gz
micropython-eb9a3ec6543f92356856f88c183a003791e8f7b6.zip
cc3200: Disable uheapq and uhashlib.
Those two are rarely used features and better to have the extra heap.
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);