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/Enc28J60Network.h
- Revision:
- 8:4acb22344932
- Parent:
- 4:d774541a34da
--- a/utility/Enc28J60Network.h Tue Apr 26 18:37:14 2016 +0000 +++ b/utility/Enc28J60Network.h Fri Jun 30 19:51:28 2017 +0000 @@ -23,13 +23,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef Enc28J60Network_H_ - #define Enc28J60Network_H_ +#ifndef ENC28J60NETWORK_H +#define ENC28J60NETWORK_H - #include <mbed.h> - #include "mempool.h" +#include "mbed.h" +#include "mempool.h" - #define UIP_RECEIVEBUFFERHANDLE 0xff +#define UIP_RECEIVEBUFFERHANDLE 0xff //#define ENC28J60DEBUG