Explorar el Código

Fix status functions in AudioPlaySdRaw

dds
PaulStoffregen hace 11 años
padre
commit
28ee2f1789
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      play_sd_raw.h

+ 2
- 2
play_sd_raw.h Ver fichero

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

Cargando…
Cancelar
Guardar