t'ell that came from?

This commit is contained in:
Thomas Göttgens 2022-09-23 21:03:53 +02:00 committed by GitHub
parent bc2cddcb11
commit 664d18cf58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ void rmDir(const char * dirname)
#ifdef FSCom
#if (defined(ARCH_ESP32) || defined(ARCH_RP2040) || defined(ARCH_PORTDUINO))
listDir(dirname, 10, true);
#else if defined(ARCH_NRF52)
#elif defined(ARCH_NRF52)
// nRF52 implementation of LittleFS has a recursive delete function
FSCom.rmdir_r(dirname);
#endif