Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
duckylotl authored Apr 6, 2024
1 parent 2dc2aa0 commit b0b05dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/net/ncm_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static void ncm_start_tx(void) {
}

transmit_ntb_t *ntb = &transmit_ntb[ncm_interface.current_ntb];
// use actual payload length (non padded), reduces likelyhood of aligning with packet length, requiring fewer ZLP
// use actual payload length (non padded), reduces likelihood of aligning with packet length, requiring fewer ZLP
ndp16_datagram_t * last_dg_info = &ntb->ndp.datagram[ncm_interface.datagram_count-1];
size_t ntb_length = last_dg_info->wDatagramIndex + last_dg_info->wDatagramLength;

Expand Down

0 comments on commit b0b05dd

Please sign in to comment.