소스 검색

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++) {

Loading…
취소
저장