comparison lldbg/main.c @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
1 #include "types.h"
2
3 lldbg_main()
4 {
5 lldbg_printf("\2\2\2*Low Level Debug mode entered\2");
6 for (;;) {
7 lldbg_putchar('>');
8 if (lldbg_command_entry())
9 lldbg_command_dispatch();
10 }
11 }