comparison 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
comparison
equal deleted inserted replaced
196:47d56330609d 197:dbb54db721d1
1 main()
2 {
3 printf("\nFlash boot test program running\n");
4 for (;;) {
5 putchar('=');
6 if (command_entry())
7 command_dispatch();
8 }
9 }