Skip to content

Commit

Permalink
Remove empty line feed after entering an AT command
Browse files Browse the repository at this point in the history
Extra <CR><LF> at legato AT cmd due to atProxy which is not aligned
with EURY.

Resolves: ALT1250-5047
Related: HYB-690
Change-Id: Ie65c485ee0729c03d1d0d3672109fa555368e446
Signed-off-by: Philip Yeh <[email protected]>
Cherry-pick: 44db63f5937d35f1e96e565dd598ac400eed2fd6
  • Loading branch information
pyehatswi authored and Lukasz Pacyk committed Jan 6, 2023
1 parent d8a897f commit e8eea2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/atServices/atProxy/atProxyCmdHandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e8eea2a

Please sign in to comment.