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 daplink-validation by
Diff: main.cpp
- Revision:
- 9:17b6e12e46ab
- Parent:
- 4:9d5fa3e73be2
- Child:
- 10:8f171987d9a2
diff -r 8684aecd1efd -r 17b6e12e46ab main.cpp --- a/main.cpp Mon Sep 12 23:19:01 2016 +0000 +++ b/main.cpp Tue Sep 13 14:29:06 2016 +0000 @@ -1,3 +1,5 @@ +/* Hack for the ARCH_LINK */ +#define DEVICE_SERIAL 1 #include "mbed.h" #include <stdio.h>
