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.
Diff: utility/enc28j60.h
- Revision:
- 19:58e840279555
- Parent:
- 15:53715cc81c63
--- a/utility/enc28j60.h Wed Jul 22 20:37:24 2020 +0000 +++ b/utility/enc28j60.h Thu Sep 24 21:14:56 2020 +0000 @@ -247,7 +247,7 @@ // Receive buffer end. Make sure this is an odd value (See Rev. B1,B4,B5,B7 Silicon Errata 'Memory (Ethernet Buffer)') #define RXEND_INIT (0x1FFF - 0x1800) // 0x1800 = 512 * 12 // Start TX buffer RXEND_INIT + 1 -#define TXSTART_INIT RXEND_INIT + 1 +#define TXSTART_INIT (RXEND_INIT + 1) // end TX buffer at end of mem #define TXEND_INIT 0x1FFF //