multihop protocol

Dependencies:   mbed

Revision:
4:024e613151a5
Parent:
2:9365aaf34637
--- a/packet.h	Tue Nov 10 23:00:05 2015 +0000
+++ b/packet.h	Tue Nov 10 23:09:18 2015 +0000
@@ -18,10 +18,10 @@
         data2 = data2;
     };
     
-    unsigned short from;
-    unsigned short to;
-    unsigned short TTL;
-    unsigned short TYPE;
+    uint8_t from;
+    uint8_t to;
+    uint8_t TTL;
+    uint8_t TYPE;
     float data1;
     float data2;