diff --git a/components/atServices/atProxy/atProxyCmdHandler.c b/components/atServices/atProxy/atProxyCmdHandler.c index 984e201b4..286eaca0f 100644 --- a/components/atServices/atProxy/atProxyCmdHandler.c +++ b/components/atServices/atProxy/atProxyCmdHandler.c @@ -528,7 +528,6 @@ static void ProcessAtCmd if (atCmdRegistryPtr[atCmdPtr->registryIndex].commandHandlerPtr != NULL) { atCmdPtr->active = true; - pa_port_Write(atCmdPtr->port, "\r\n", strlen("\r\n")); pa_port_Disable(atCmdPtr->port); // Trigger the AT Command Handler callback registered for this "local"