Pipeline Technology Centre / Mbed 2 deprecated ConsolTest

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
40:23008d8111d5
Parent:
36:a2d20d5e5e19
--- a/Distance.cpp	Wed Jul 08 08:42:29 2015 +0000
+++ b/Distance.cpp	Wed Jul 08 10:48:12 2015 +0000
@@ -19,6 +19,6 @@
                     break;
                     }
             }
-        pc.printf("The distance has be calulated and is "); 
+        pc.printf("The distance has be calulated and is %f", distance_out); 
         return(distance_out);//returns the distance in as a float 
 }
\ No newline at end of file