Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of WIZnetInterface_Ricky by
Diff: arch/int/W7500x_toe.h
- Revision:
- 20:5a1969320666
- Parent:
- 14:2101ab5ee40f
diff -r d8773cd4edc5 -r 5a1969320666 arch/int/W7500x_toe.h --- a/arch/int/W7500x_toe.h Wed Jul 01 04:02:50 2015 +0000 +++ b/arch/int/W7500x_toe.h Tue Jul 21 15:39:29 2015 +0000 @@ -151,9 +151,9 @@ */ void reset(); - int wait_readable(int socket, int wait_time_ms, int req_size = 0); + int wait_readable(int socket, int wait_time_ms= 3*1000, int req_size = 0); - int wait_writeable(int socket, int wait_time_ms, int req_size = 0); + int wait_writeable(int socket, int wait_time_ms= 3*1000, int req_size = 0); /* * Check if an ethernet link is pressent or not.