File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -154,14 +154,14 @@ static int ppp_connected;
154
154
155
155
static void ppp_status_cb (ppp_pcb * pcb , int err_code , void * ctx )
156
156
{
157
- if (err_code == PPPERR_NONE ) {
158
- ppp_connected = 1 ;
159
- return ;
160
- } else if (err_code == PPPERR_USER ) {
161
- return ;
162
- } else {
163
- ppp_connect (pcb , 10 );
164
- }
157
+ if (err_code == PPPERR_NONE ) {
158
+ ppp_connected = 1 ;
159
+ return ;
160
+ } else if (err_code == PPPERR_USER ) {
161
+ return ;
162
+ } else {
163
+ ppp_connect (pcb , 1 );
164
+ }
165
165
}
166
166
167
167
u32_t sio_write (sio_fd_t fd , u8_t * data , u32_t len )
@@ -214,7 +214,7 @@ static struct net_server_instance analyzer_inst = {
214
214
215
215
static void regular_main (void )
216
216
{
217
- puts ("Accepting sessions on Network ." );
217
+ puts ("Accepting network sessions ." );
218
218
network_init ();
219
219
net_server_init (& session_inst );
220
220
#ifdef CSR_RTIO_ANALYZER_BASE
You can’t perform that action at this time.
0 commit comments