X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fnet%2FDeluge%2FDeluge.h;h=ec1952010c6bf66cd7a164e54c4a9086ada70a62;hp=26eeadb70ac7918498b7dc9d1fffebbc3284eedd;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/net/Deluge/Deluge.h b/tos/lib/net/Deluge/Deluge.h index 26eeadb7..ec195201 100644 --- a/tos/lib/net/Deluge/Deluge.h +++ b/tos/lib/net/Deluge/Deluge.h @@ -65,7 +65,7 @@ typedef nx_struct DelugeCmd { nx_uint8_t type; nx_uint32_t uidhash; // unique id of image nx_uint8_t imgNum; // image number - nx_uint16_t size; // size of the image + nx_uint32_t size; // size of the image } DelugeCmd; typedef struct BootArgs {