since t55xx chkpwd uses EM for pwd storage

This commit is contained in:
iceman1001 2020-08-21 14:50:14 +02:00
commit 0641ada091

View file

@ -127,7 +127,7 @@ void initSampleBufferEx(uint32_t *sample_size, bool use_malloc) {
Dbprintf("initSampleBufferEx, param NULL"); Dbprintf("initSampleBufferEx, param NULL");
return; return;
} }
BigBuf_free(); BigBuf_free_keep_EM();
// We can't erase the buffer now, it would drastically delay the acquisition // We can't erase the buffer now, it would drastically delay the acquisition
if (use_malloc) { if (use_malloc) {