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 by
Diff: arch/int/W7500x_toe.cpp
- Revision:
- 3:f8c6efc8bf83
- Parent:
- 2:26df0dc6e227
- Child:
- 8:4c02de1dbf3a
--- a/arch/int/W7500x_toe.cpp Mon Jun 15 13:33:39 2015 +0900 +++ b/arch/int/W7500x_toe.cpp Mon Jun 15 12:55:19 2015 +0000 @@ -14,13 +14,13 @@ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include "eth_arch.h" +#ifdef USE_W7500 #include "mbed.h" #include "mbed_debug.h" -#include "W7500x_toe.h" #include "DNSClient.h" -#ifdef USE_W7500 /* * MDIO via GPIO @@ -488,3 +488,4 @@ } #endif +