view target-utils/flash-boot-test/main.c @ 197:dbb54db721d1

target-utils/flash-boot-test written
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 30 Apr 2017 17:40:26 +0000
parents
children 06c629b34903
line wrap: on
line source

main()
{
	printf("\nFlash boot test program running\n");
	for (;;) {
		putchar('=');
		if (command_entry())
			command_dispatch();
	}
}