Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Feb 20, 2024
1 parent c00e056 commit 67b1051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blockly/jslinux.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ function start_vm(user, pwd)
term_wrap_el.style.width = term.term_el.style.width;
term_wrap_el.onclick = term_wrap_onclick_handler;

term.write("Try this...\r\nqjs --std /system/bin/blink.js\r\n\r\n");
term.write("Starting NuttX Emulator...\r\n");
}

// console.log("cpu=" + cpu + " url=" + url + " mem=" + mem_size);
Expand Down

0 comments on commit 67b1051

Please sign in to comment.