예제 #1
0
파일: main.c 프로젝트: QNewU/osmocom-bb
static void device_reset(void)
{
	flush_uart();
	wdog_reset();
}
예제 #2
0
void do_board_reset(void)
{
	wdog_reset();
}
예제 #3
0
void hard_reset(void)
{
	wdog_reset();
}