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 Milkcocoa_EthernetIF by
Revision 7:e706a674790f, committed 2016-07-11
- Comitter:
- 1050186
- Date:
- Mon Jul 11 03:14:05 2016 +0000
- Parent:
- 6:7b9d1fed76fe
- Commit message:
- Add "TARGET_RZ_A1H"as the target of using Ethernet IF.
Changed in this revision
MClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MClient.h Mon Feb 29 09:14:58 2016 +0000 +++ b/MClient.h Mon Jul 11 03:14:05 2016 +0000 @@ -3,7 +3,7 @@ #if defined(TARGET_UBLOX_C027) #define USE_MDM -#elif defined(TARGET_LPC1768) || defined(TARGET_K64F) || defined(TARGET_W7500x) +#elif defined(TARGET_LPC1768) || defined(TARGET_K64F) || defined(TARGET_W7500x) || defined(TARGET_RZ_A1H) #define USE_ETHERNET #else #define USE_ESP8266