Fix example-fsm-55.

This commit is contained in:
NIIBE Yutaka
2017-11-18 10:40:48 +09:00
parent 3071929c62
commit a610821458
3 changed files with 4 additions and 6 deletions

View File

@@ -407,7 +407,5 @@ main (int argc, const char *argv[])
chopstx_join (led_thd, NULL);
chopstx_conf_idle (4);
chopstx_poll (NULL, 0, NULL);
return 0;
}