浏览代码

Fix minor compiler warning

dds
PaulStoffregen 8 年前
父节点
当前提交
60865a2e4a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      effect_fade.cpp

+ 1
- 1
effect_fade.cpp 查看文件

@@ -28,7 +28,7 @@
#include "utility/dspinst.h"

extern "C" {
extern const int16_t fader_table[256];
extern const int16_t fader_table[257];
};

void AudioEffectFade::update(void)

正在加载...
取消
保存