]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/tinyos/misc/tos-deluge
Fix for Deluge T2 to properly deal with images bigger than 64K.
[tinyos-2.x.git] / tools / tinyos / misc / tos-deluge
index 9ec58283e567b4eb881f462fd37870558679048a..d9c8746377b88c39822dd952dc8bf54f2edc834a 100755 (executable)
@@ -70,7 +70,7 @@ class FMReqPacket(tos.Packet):
         tos.Packet.__init__(self,
                             [('cmd',    'int',  1),
                              ('imgNum', 'int',  1),
-                             ('offset', 'int',  2),
+                             ('offset', 'int',  4),
                              ('length', 'int',  2),
                              ('data',   'blob', None)],
                             packet)