Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/sm_uart_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ int sm_tx_write(const uint8_t *data, size_t len, bool flush, bool urc)
return sm_uart_tx_write(data, len, flush, urc);
}

SM_AT_CMD_CUSTOM(xppp, "AT+IPR", handle_at_ipr);
SM_AT_CMD_CUSTOM(ipr, "AT+IPR", handle_at_ipr);
static int handle_at_ipr(enum at_parser_cmd_type cmd_type, struct at_parser *parser,
uint32_t param_count)
{
Expand Down