From 764ebef070f9940977c43121edebc88952eb3d24 Mon Sep 17 00:00:00 2001
From: Terraneo Federico <fede.tft@miosix.org>
Date: Thu, 21 Apr 2016 14:20:59 +0200
Subject: [PATCH] Reverted main.cpp as in testing branch

---
 main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.cpp b/main.cpp
index afcc059f..8764b9fa 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,5 +1,5 @@
 
-#include <stdio.h>
+#include <cstdio>
 #include "miosix.h"
 
 using namespace std;
@@ -7,5 +7,5 @@ using namespace miosix;
 
 int main()
 {
-    
+    //iprintf("Hello world, write your application here\n");
 }
-- 
GitLab