瀏覽代碼

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…
取消
儲存