浏览代码

design tool needs to include SerialFlash.h in exported code

dds
PaulStoffregen 9 年前
父节点
当前提交
a41e2a7c26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      gui/red/main.js

+ 1
- 1
gui/red/main.js 查看文件

@@ -56,7 +56,7 @@ var RED = (function() {
//console.log(JSON.stringify(nns));

var cpp = "#include <Audio.h>\n#include <Wire.h>\n"
+ "#include <SPI.h>\n#include <SD.h>\n\n"
+ "#include <SPI.h>\n#include <SD.h>\n#include <SerialFlash.h>\n\n"
+ "// GUItool: begin automatically generated code\n";
// generate code for all audio processing nodes
for (var i=0; i<nns.length; i++) {

正在加载...
取消
保存