view target-utils/helloapp/main.c @ 1030:194967e11b2b

fc-shell: tch record and tch play reworked for libgsm-compatible file format
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 31 May 2016 18:39:06 +0000
parents a7b0b426f9ca
children
line wrap: on
line source

main()
{
	uart_select_init();
	printf("Hello-world demo app running\n");
	print_boot_rom_info();
	for (;;) {
		putchar('=');
		if (command_entry())
			command_dispatch();
	}
}