mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-30 04:50:58 +00:00
Remove truncate
This commit is contained in:
parent
bdc9c7ffd5
commit
16c03d53ef
@ -59,9 +59,6 @@ bool SafeFile::close()
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
spiLock->lock();
|
spiLock->lock();
|
||||||
#ifdef ARCH_NRF52
|
|
||||||
f.truncate();
|
|
||||||
#endif
|
|
||||||
f.close();
|
f.close();
|
||||||
spiLock->unlock();
|
spiLock->unlock();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user