eiger src ip fix

This commit is contained in:
maliakal_d 2021-08-26 17:57:42 +02:00
parent 34d5d2da34
commit 419b1a1bf9

View File

@ -133,7 +133,7 @@ void basictests() {
// update default udpdstip and udpdstmac (1g is hardware ip and hardware
// mac)
for (int iRxEntry = 0; iRxEntry != numUdpDestinations; ++iRxEntry) {
for (int iRxEntry = 0; iRxEntry != MAX_UDP_DESTINATION; ++iRxEntry) {
udpDetails[iRxEntry].srcip = ipadd;
udpDetails[iRxEntry].srcmac = macadd;
}