Merge pull request #9872 from KariHaapalehto/burst_nonblock_test_fix

Fix for NUCLEO_F207 UDPSOCKET_ECHOTEST_BURST_NONBLOCK fails.
pull/9914/head
Martin Kojtal 2019-03-14 09:16:59 +01:00 committed by GitHub
commit c0c02e2bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
}