mbed-os/libraries/tests/mbed/hello/main.cpp

9 lines
103 B
C++

#include "test_env.h"
int main()
{
notify_start();
printf("Hello World\r\n");
while(1);
}