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 3573231 commit c5ac6acCopy full SHA for c5ac6ac
src/AudioTools/AudioLibs/SDDirect.h
@@ -248,11 +248,7 @@ class SDDirect {
248
}
249
return result;
250
#else
251
-# ifdef RP2040_HOWER
252
return p_sd->open(name, "r");
253
-# else
254
- return p_sd->open(name);
255
-# endif
256
#endif
257
258
};
src/AudioTools/AudioLibs/SDIndex.h
@@ -310,11 +310,7 @@ class SDIndex {
310
311
312
313
314
315
316
317
318
319
320
0 commit comments