/ Mbed 2 deprecated Example_printf

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
mbedAustin
Date:
Mon Nov 24 18:58:05 2014 +0000
Parent:
1:039688a53fff
Commit message:
have a commit message that makes sense. This commit added a space for demonstration purposes.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Nov 24 18:53:35 2014 +0000
+++ b/main.cpp	Mon Nov 24 18:58:05 2014 +0000
@@ -2,7 +2,7 @@
 // This program prints "Hello World" to the terminal
 //
 #include "mbed.h"
-
+ 
 DigitalOut led(LED1);
 
 int main() {