]> git.gir.st - tmk_keyboard.git/blob - tool/mbed/mbed-sdk/libraries/tests/mbed/hello/main.cpp
Squashed 'tmk_core/' changes from 7967731..b9e0ea0
[tmk_keyboard.git] / tool / mbed / mbed-sdk / libraries / tests / mbed / hello / main.cpp
1 #include "test_env.h"
2
3 int main()
4 {
5 MBED_HOSTTEST_TIMEOUT(5);
6 MBED_HOSTTEST_SELECT(hello_auto);
7 MBED_HOSTTEST_DESCRIPTION(Hello World);
8 MBED_HOSTTEST_START("MBED_10");
9
10 printf("Hello World\r\n");
11
12 while(1);
13 }
Imprint / Impressum