From ea424f096c05a9587ffaa0bc6e5392790a046bd7 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 26 Jan 2020 08:14:32 +0100 Subject: Build ROOF sinograms --- src/ufo-roof.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ufo-roof.h') diff --git a/src/ufo-roof.h b/src/ufo-roof.h index d9d3a57..9303045 100644 --- a/src/ufo-roof.h +++ b/src/ufo-roof.h @@ -8,7 +8,7 @@ #define UFO_ROOF_PACKET_BLOCK_HEADER(buf, cfg) ((UfoRoofPacketBlockHeader*)(((uint8_t*)buf) + cfg->max_packets * cfg->max_packet_size)) typedef struct { - uint32_t packet_id; // Sequential Packet ID (numbered from 0) + uint64_t packet_id; // Sequential Packet ID (numbered from 0) } UfoRoofPacketHeader; typedef struct { -- cgit v1.2.3