Переглянути джерело

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

Завантаження…
Відмінити
Зберегти