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.
Dependents: internet_radio_leo
Fork of WIZnetInterface by
Diff: eth_arch.h
- Revision:
- 26:d07c80e18b27
- Parent:
- 8:4c02de1dbf3a
diff -r 06e3836a627b -r d07c80e18b27 eth_arch.h --- a/eth_arch.h Mon Jun 29 07:27:34 2015 +0000 +++ b/eth_arch.h Mon Oct 05 05:41:00 2015 +0000 @@ -19,7 +19,8 @@ #pragma once -#if defined(TARGET_WIZwiki_W7500) +#if defined(TARGET_WIZwiki_W7500) || defined(TARGET_WIZwiki_W7500P) + #include "W7500x_toe.h" #define __DEF_USED_IC101AG__ //For using IC+101AG@WIZwiki-W7500
