Browse Source

Fix status functions in AudioPlaySdRaw

dds
PaulStoffregen 10 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

@@ -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…
Cancel
Save