Commit 8cb401ab authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

updated

parent 69fe38a9
......@@ -72,7 +72,9 @@ static struct device *g_dev_ptr = NULL;
/** All Huffman tables data to be read/written from the user space */
struct huff_tables_t {
struct huffman_encoded_t header_huffman_tables[4];
unsigned long fpga_huffman_table[512];
// Elphel, Rocko:
//unsigned long fpga_huffman_table[512];
u32 fpga_huffman_table[512];
union {
unsigned char dht_all[20];
struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment