소스 검색

Fix waveform definitions

dds
PaulStoffregen 11 년 전
부모
커밋
a1c6308a33
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      Audio.h

+ 4
- 4
Audio.h 파일 보기

@@ -2,10 +2,10 @@

// waveforms.c
extern "C" {
const int16_t AudioWaveformSine[257];
const int16_t AudioWaveformTriangle[257];
const int16_t AudioWaveformSquare[257];
const int16_t AudioWaveformSawtooth[257];
extern const int16_t AudioWaveformSine[257];
extern const int16_t AudioWaveformTriangle[257];
extern const int16_t AudioWaveformSquare[257];
extern const int16_t AudioWaveformSawtooth[257];
}

// windows.c

Loading…
취소
저장