mbed-os
Fork of mbed-os by
features/unsupported/tests/mbed/hello/main.cpp
- Committer:
- elessair
- Date:
- 2016-10-23
- Revision:
- 0:f269e3021894
File content as of revision 0:f269e3021894:
#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); }