view target-utils/c139-lldbg/main.c @ 1031:6312f684cef1

gsm-fw feature tch-reroute: byte order changed to big endian
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 31 May 2016 18:50:32 +0000
parents 63ea60e7fbbc
children
line wrap: on
line source

main()
{
	printf("\2\2\2*Standalone Low Level Debugger entered\2");
	for (;;) {
		putchar('>');
		if (command_entry())
			command_dispatch();
	}
}