Skip to content

Commit 372b742

Browse files
committed
AudioSourceIdxSDMMC: bool begin()
1 parent 947a6b0 commit 372b742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/Disk/AudioSourceIdxSDMMC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class AudioSourceIdxSDMMC : public AudioSource {
3939
setup_index = setupIndex;
4040
}
4141

42-
virtual __GCC_ATOMIC_BOOL_LOCK_FREE begin() override {
42+
virtual bool begin() override {
4343
TRACED();
4444
if (!is_sd_setup) {
4545
if (!SD_MMC.begin("/sdcard", true)) {

0 commit comments

Comments
 (0)