top image reconstruct works with make flga

This commit is contained in:
Dhanya Maliakal
2015-04-10 17:11:26 +02:00
parent b5e8c104db
commit 6cd28165ca
3 changed files with 23 additions and 11 deletions

View File

@ -498,8 +498,8 @@ protected:
/** structure of an eiger image header*/
typedef struct
{
unsigned char num1[4];
unsigned char num2[3];
unsigned char num1[6];
unsigned char num2[1];
unsigned char num3[1];
} eiger_packet_header;