Pārlūkot izejas kodu

Do not disable all interrupts while opening RAW files

dds
PaulStoffregen pirms 9 gadiem
vecāks
revīzija
4c6e76e2b4
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. +1
    -2
      play_sd_raw.cpp

+ 1
- 2
play_sd_raw.cpp Parādīt failu

@@ -40,11 +40,10 @@ bool AudioPlaySdRaw::play(const char *filename)
{
stop();
AudioStartUsingSPI();
__disable_irq();
rawfile = SD.open(filename);
__enable_irq();
if (!rawfile) {
//Serial.println("unable to open file");
AudioStopUsingSPI();
return false;
}
file_size = rawfile.size();

Notiek ielāde…
Atcelt
Saglabāt