123

Revision:
14:7648334eb41b
Parent:
11:647d53d146f1
Child:
15:53715cc81c63
--- a/utility/Enc28j60Eth.cpp	Sat Aug 31 20:34:52 2019 +0000
+++ b/utility/Enc28j60Eth.cpp	Tue Sep 03 09:16:55 2019 +0000
@@ -244,7 +244,7 @@
  * @param
  * @retval
  */
-memaddress Enc28j60Eth::blockSize(memhandle handle)
+size_t Enc28j60Eth::blockSize(memhandle handle)
 {
     return handle == NOBLOCK ? 0 : handle == UIP_RECEIVEBUFFERHANDLE ? receivePkt.size : blocks[handle].size;
 }