rosserial for Hydro

Dependencies:   MODSERIAL

Fork of rosserial_mbed_lib by nucho

Revision:
5:c30c76e8c3f1
Parent:
0:77afd7560544
--- a/time.cpp	Wed Feb 29 23:00:21 2012 +0000
+++ b/time.cpp	Thu May 08 06:34:18 2014 +0000
@@ -32,13 +32,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-/* 
- * Author: Michael Ferguson
- */
-
+#include "ros.h"
 #include "ros/time.h"
-#include "ros.h"
-
 
 namespace ros
 {
@@ -72,5 +67,4 @@
     return *this;
   }
 
-
 }