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.
Dependencies: mbed mbed API helper
dap/main.cpp
- Committer:
- sam_grove
- Date:
- 2014-05-22
- Revision:
- 1:46cd5be18947
- Child:
- 3:085cd7710765
File content as of revision 1:46cd5be18947:
#include "mbed.h" #include "target.h" int main (void) { puts("msg"); while(1); }