Skip to content

Commit 7932bd2

Browse files
committed
comment copy fix
1 parent 8601d2f commit 7932bd2

File tree

1 file changed

+2
-2
lines changed
  • coder-apps/tests/spi_test/app

1 file changed

+2
-2
lines changed

coder-apps/tests/spi_test/app/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ var readADCData = function() {
170170
// The "appdata" event will be received by the Coder.socketConnection
171171
// object in the front end code and sent to the appropriate listener
172172
// that we've defined.
173-
// The "buttonupdate" key refers to a listener we set up on the front
173+
// The "analogdata" key refers to a listener we set up on the front
174174
// end with the code:
175-
// Coder.socketConnection.addListener( "buttonupdate", function... )
175+
// Coder.socketConnection.addListener( "analogdata", function... )
176176
socket.emit( "appdata", {
177177
key: "analogdata",
178178
data: val

0 commit comments

Comments
 (0)