Skip to content

Commit

Permalink
Handle Driver Differences
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Jul 5, 2024
1 parent 31f8caa commit f8f363e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/portable/NetworkInterface/STM32/NetworkInterface.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ static BaseType_t prvNetworkInterfaceOutput( NetworkInterface_t * pxInterface,
break;
}

// ETH_TxPacketConfigTypeDef
ETH_TxPacketConfig xTxConfig =
{
.CRCPadCtrl = ETH_CRC_PAD_INSERT,
Expand Down

0 comments on commit f8f363e

Please sign in to comment.