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@3:085cd7710765, 2014-05-23 (annotated)
- Committer:
- sam_grove
- Date:
- Fri May 23 17:54:50 2014 -0500
- Revision:
- 3:085cd7710765
- Parent:
- 1:46cd5be18947
Update to main
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sam_grove | 1:46cd5be18947 | 1 | |
sam_grove | 1:46cd5be18947 | 2 | #include "mbed.h" |
sam_grove | 1:46cd5be18947 | 3 | #include "target.h" |
sam_grove | 1:46cd5be18947 | 4 | |
sam_grove | 1:46cd5be18947 | 5 | int main (void) |
sam_grove | 1:46cd5be18947 | 6 | { |
sam_grove | 3:085cd7710765 | 7 | puts(msg); |
sam_grove | 1:46cd5be18947 | 8 | while(1); |
sam_grove | 1:46cd5be18947 | 9 | } |