Remove truncate

This commit is contained in:
Ben Meadors 2025-01-23 05:41:11 -06:00
parent bdc9c7ffd5
commit 16c03d53ef

View File

@ -59,9 +59,6 @@ bool SafeFile::close()
return false;
spiLock->lock();
#ifdef ARCH_NRF52
f.truncate();
#endif
f.close();
spiLock->unlock();