MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / at_port_reset

Function at_port_reset

components/net/at/src/at_server.c:664–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662INIT_COMPONENT_EXPORT(at_server_init);
663
664rt_weak void at_port_reset(void)
665{
666 LOG_E("The reset for AT server is not implement.");
667}
668
669rt_weak void at_port_factory_reset(void)
670{

Callers 1

at_rst_execFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected