Austin Blackstone / Mbed 2 deprecated Example_printf_FixForSomething

Dependencies:   mbed

Fork of Example_printf by -deleted-

Revision:
0:f1ef33a82ddb
Child:
1:039688a53fff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Oct 07 02:15:37 2014 +0000
@@ -0,0 +1,10 @@
+//
+// This program prints "Hello World" to the terminal
+//
+#include "mbed.h"
+
+int main() {
+    printf("Hello World!\n\r");
+    while(1);
+    // Do nothing
+}