commit
cb07755562
|
@ -1417,7 +1417,7 @@ static int at_socket_device_init(void)
|
||||||
ec20_net_init();
|
ec20_net_init();
|
||||||
|
|
||||||
/* set EC20 AT Socket options */
|
/* set EC20 AT Socket options */
|
||||||
at_scoket_device_register(&ec20_socket_ops);
|
at_socket_device_register(&ec20_socket_ops);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -711,7 +711,7 @@ static int at_socket_device_init(void)
|
||||||
esp8266_net_init();
|
esp8266_net_init();
|
||||||
|
|
||||||
/* set esp8266 AT Socket options */
|
/* set esp8266 AT Socket options */
|
||||||
at_scoket_device_register(&esp8266_socket_ops);
|
at_socket_device_register(&esp8266_socket_ops);
|
||||||
|
|
||||||
return RT_EOK;
|
return RT_EOK;
|
||||||
}
|
}
|
||||||
|
|
|
@ -925,7 +925,7 @@ static int at_socket_device_init(void)
|
||||||
m26_net_init();
|
m26_net_init();
|
||||||
|
|
||||||
/* set m26 AT Socket options */
|
/* set m26 AT Socket options */
|
||||||
at_scoket_device_register(&m26_socket_ops);
|
at_socket_device_register(&m26_socket_ops);
|
||||||
|
|
||||||
return RT_EOK;
|
return RT_EOK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue