We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947a6b0 commit 372b742Copy full SHA for 372b742
src/AudioTools/Disk/AudioSourceIdxSDMMC.h
@@ -39,7 +39,7 @@ class AudioSourceIdxSDMMC : public AudioSource {
39
setup_index = setupIndex;
40
}
41
42
- virtual __GCC_ATOMIC_BOOL_LOCK_FREE begin() override {
+ virtual bool begin() override {
43
TRACED();
44
if (!is_sd_setup) {
45
if (!SD_MMC.begin("/sdcard", true)) {
0 commit comments