Skip to content

Commit

Permalink
fix logging typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stuffmatic committed Apr 9, 2024
1 parent ca55486 commit 35f3e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ble_midi/src/ble_midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ void mtu_updated(struct bt_conn *conn, uint16_t tx, uint16_t rx)
context.tx_writer.tx_buf_max_size = tx_buf_max_size;
context.sysex_tx_writer.tx_buf_max_size = tx_buf_max_size;

LOG_INF("MTU updatd: tx %d, rx %d (actual %d), setting tx_buf_max_size to %d", tx, rx, actual_mtu,
LOG_INF("MTU updated: tx %d, rx %d (actual %d), setting tx_buf_max_size to %d", tx, rx, actual_mtu,
tx_buf_max_size);
}

Expand Down

0 comments on commit 35f3e03

Please sign in to comment.