mirror of https://github.com/ARMmbed/mbed-os.git
Fix for NUCLEO_F207 UDPSOCKET_ECHOTEST_BURST_NONBLOCK fails.
Increase eth-rxbufnb from 1 to 2 will fix the problempull/9872/head
parent
d96c9e8800
commit
7de864c465
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
"target_overrides": {
|
||||
"NUCLEO_F207ZG": {
|
||||
"eth-rxbufnb": 1,
|
||||
"eth-rxbufnb": 2,
|
||||
"eth-txbufnb": 4
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue