Browse Source

Fix status functions in AudioPlaySdRaw

dds
PaulStoffregen 11 years ago
parent
commit
28ee2f1789
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      play_sd_raw.h

+ 2
- 2
play_sd_raw.h View File

private: private:
File rawfile; File rawfile;
uint32_t file_size; uint32_t file_size;
uint32_t file_offset;
bool playing;
volatile uint32_t file_offset;
volatile bool playing;
}; };


#endif #endif

Loading…
Cancel
Save