GUI: add line feed

pull/5/head
Chip Audette 7 years ago
parent 4bd5165e57
commit 0ac8f28236
  1. 2
      docs/red/main.js

@ -145,7 +145,7 @@ var RED = (function() {
cpp += "\n";
cpp += "//After setup(), the loop function loops forever.\n";
cpp += "//Note that the audio modules are called in the background,\n";
cpp += "//they do not need to be serviced by the loop() function."
cpp += "//they do not need to be serviced by the loop() function.\n"
cpp += "void loop(void) {\n";
cpp += "\n";
cpp += "};";

Loading…
Cancel
Save