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.
libraries/tests/mbed/hello/main.cpp
- Committer:
- nexpaq
- Date:
- 2016-11-04
- Revision:
- 1:d96dbedaebdb
- Parent:
- 0:6c56fb4bc5f0
File content as of revision 1:d96dbedaebdb:
#include "test_env.h" int main() { MBED_HOSTTEST_TIMEOUT(5); MBED_HOSTTEST_SELECT(hello_auto); MBED_HOSTTEST_DESCRIPTION(Hello World); MBED_HOSTTEST_START("MBED_10"); printf("Hello World\r\n"); while(1); }