Fix for NUCLEO_F207 UDPSOCKET_ECHOTEST_BURST_NONBLOCK fails.

Increase eth-rxbufnb from 1 to 2 will fix the problem
pull/9872/head
Kari Haapalehto 2019-02-27 10:33:24 +02:00
parent d96c9e8800
commit 7de864c465
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
},
"target_overrides": {
"NUCLEO_F207ZG": {
"eth-rxbufnb": 1,
"eth-rxbufnb": 2,
"eth-txbufnb": 4
}
}