ソースを参照

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

読み込み中…
キャンセル
保存