mirror of https://github.com/m-labs/artiq.git
runtime/main: style, wording, 1s ppp holdoff
This commit is contained in:
parent
2c847b3d16
commit
0079aa4037
|
@ -160,7 +160,7 @@ static void ppp_status_cb(ppp_pcb *pcb, int err_code, void *ctx)
|
||||||
} else if (err_code == PPPERR_USER) {
|
} else if (err_code == PPPERR_USER) {
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
ppp_connect(pcb, 10);
|
ppp_connect(pcb, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -214,7 +214,7 @@ static struct net_server_instance analyzer_inst = {
|
||||||
|
|
||||||
static void regular_main(void)
|
static void regular_main(void)
|
||||||
{
|
{
|
||||||
puts("Accepting sessions on Network.");
|
puts("Accepting network sessions.");
|
||||||
network_init();
|
network_init();
|
||||||
net_server_init(&session_inst);
|
net_server_init(&session_inst);
|
||||||
#ifdef CSR_RTIO_ANALYZER_BASE
|
#ifdef CSR_RTIO_ANALYZER_BASE
|
||||||
|
|
Loading…
Reference in New Issue