Ver código fonte

Fix status functions in AudioPlaySdRaw

dds
PaulStoffregen 11 anos atrás
pai
commit
28ee2f1789
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      play_sd_raw.h

+ 2
- 2
play_sd_raw.h Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar