Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Tweak successfull AT+CSSN command response message
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed Aug 29, 2023
1 parent 1762a17 commit 3cab08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/at_response.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static int at_response_ok(struct pvt* const pvt, const at_res_t at_res, const at
break;

case CMD_AT_CSSN:
at_ok_response_dbg(1, pvt, ecmd, "Supplementary Service Notification enabled successfuly");
at_ok_response_dbg(1, pvt, ecmd, "Supplementary Service Notification enabled");
break;

case CMD_AT_CMGF:
Expand Down

0 comments on commit 3cab08b

Please sign in to comment.