FreeCalypso > hg > freecalypso-sw
view target-utils/c139-lldbg/main.c @ 1022:24440bc7cee8
gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Tue, 03 May 2016 13:43:31 +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(); } }