Преглед изворни кода

Fix status functions in AudioPlaySdRaw

dds
PaulStoffregen пре 11 година
родитељ
комит
28ee2f1789
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      play_sd_raw.h

+ 2
- 2
play_sd_raw.h Прегледај датотеку

@@ -44,8 +44,8 @@ public:
private:
File rawfile;
uint32_t file_size;
uint32_t file_offset;
bool playing;
volatile uint32_t file_offset;
volatile bool playing;
};

#endif

Loading…
Откажи
Сачувај