personal copy to test forking on mbed.org
Fork of k64f_uuid by
Diff: main.cpp
- Revision:
- 2:3d2e61cce12a
- Parent:
- 1:3166c3c53a37
- Child:
- 4:c397bce05ecd
--- a/main.cpp Wed Jul 30 17:42:50 2014 +0000 +++ b/main.cpp Mon Oct 20 20:00:09 2014 +0000 @@ -1,5 +1,11 @@ #include "mbed.h" +//#if defined(TARGET_K64F) +//#if defined(TARGET_LPC1768) +#if defined(TARGET_C027) +#error haha +#endif + int main() { uint32_t UUID_LOC = 0x40048054; // K64F address of UUID data uint32_t result[4] = {0}; @@ -15,3 +21,4 @@ return *result; } +