FreeCalypso > hg > freecalypso-sw
view target-utils/loadagent/main.c @ 1007:3bfeee466b0a
gsm-fw feature tch-reroute: downlink sending implemented
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 20 Mar 2016 19:31:39 +0000 |
parents | a7b0b426f9ca |
children |
line wrap: on
line source
/* * FreeCalypso loadagent main() function lives here */ main() { uart_select_init(); printf("FreeCalypso loadagent running\n"); print_boot_rom_info(); for (;;) { putchar('='); if (command_entry()) command_dispatch(); } }