소스 검색

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

Loading…
취소
저장