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

@@ -365,8 +365,6 @@ text_display (uint8_t kind)
}
static void setup_scr_sleepdeep (void);
int
main (int argc, const char *argv[])
{
@@ -421,7 +419,5 @@ main (int argc, const char *argv[])
chopstx_join (led_thd, NULL);
chopstx_conf_idle (4);
chopstx_poll (NULL, 0, NULL);
return 0;
}