Skip to content

Commit 0c3a945

Browse files
stig-bjorlykketrantanen
authored andcommitted
app: Fix entry name for AT+IPR
Fix the macro entry name for AT+IPR. Signed-off-by: Stig Bjørlykke <stig.bjorlykke@nordicsemi.no>
1 parent f3fd8c1 commit 0c3a945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/sm_uart_handler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ int sm_tx_write(const uint8_t *data, size_t len, bool flush, bool urc)
555555
return sm_uart_tx_write(data, len, flush, urc);
556556
}
557557

558-
SM_AT_CMD_CUSTOM(xppp, "AT+IPR", handle_at_ipr);
558+
SM_AT_CMD_CUSTOM(ipr, "AT+IPR", handle_at_ipr);
559559
static int handle_at_ipr(enum at_parser_cmd_type cmd_type, struct at_parser *parser,
560560
uint32_t param_count)
561561
{

0 commit comments

Comments
 (0)