Ejemplo n.º 1
0
void cli_loop(void)
{
#ifdef CONFIG_SYS_HUSH_PARSER
	parse_file_outer();
	/* This point is never reached */
	for (;;);
#else
	cli_simple_loop();
#endif /*CONFIG_SYS_HUSH_PARSER*/
}
Ejemplo n.º 2
0
void cli_loop(void)
{
	cli_simple_loop();
}