fixed typo

This commit is contained in:
fros4943 2009-01-08 17:46:25 +00:00
parent 268df2cadf
commit f296df8bca

View file

@ -11,7 +11,7 @@ mote.getInterfaces().getButton().clickButton()
while (true) {
/* Only handle receive messages */
YIELD_AND_WAIT_UNTIL(msg.contains('received'));
YIELD_THEN_WAIT_UNTIL(msg.contains('received'));
/* Remember receiving node */
log.log(id + " received a message\n");