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: JRO_CR2 K64F_EthLink_HelloWorld frdm_test JRO_DDSv2
Revision 3:fbd2336e1193, committed 2014-11-07
- Comitter:
- loopsva
- Date:
- Fri Nov 07 22:05:00 2014 +0000
- Parent:
- 2:59166b94dfd0
- Child:
- 4:9d2a4dc03170
- Commit message:
- Minor change to #if directive
Changed in this revision
| k64f_EthLink.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/k64f_EthLink.cpp Fri Nov 07 21:41:13 2014 +0000 +++ b/k64f_EthLink.cpp Fri Nov 07 22:05:00 2014 +0000 @@ -1,4 +1,4 @@ -#ifdef defined(TARGET_K64F) +#if defined(TARGET_K64F) #include "k64f_EthLink.h" //--------------------------------------------------------------------------------------------------------------------------------------// @@ -38,3 +38,4 @@ #endif +