append version info screen to UI

This commit is contained in:
cho45 2019-09-05 22:14:44 +09:00
parent 197fd38862
commit 39b7fdf95e
4 changed files with 66 additions and 3 deletions

3
main.c
View file

@ -390,8 +390,6 @@ static void cmd_capture(BaseSequentialStream *chp, int argc, char *argv[])
(void)argc;
(void)argv;
chMtxLock(&mutex);
// pause sweep
stop_the_world = TRUE;
@ -419,7 +417,6 @@ static void cmd_capture(BaseSequentialStream *chp, int argc, char *argv[])
//*/
stop_the_world = FALSE;
chMtxUnlock(&mutex);
}
#if 0