kopia lustrzana https://gitlab.com/sane-project/backends
Apply 1 suggestion(s) to 1 file(s)
rodzic
1549f87198
commit
02f1a624f3
|
@ -32,12 +32,12 @@ static SANE_Range y_range = {
|
|||
1 /* quantization */
|
||||
};
|
||||
|
||||
static SANE_Int command1_block_size = 28;
|
||||
static SANE_Byte command1_block[] = {
|
||||
0xA5, 0x00, 0x19, 0x10, 0x01, 0x83, 0xAA, 0xBB,
|
||||
0xCC, 0xDD, 0x02, 0x00, 0x1B, 0x53, 0x03, 0x00,
|
||||
0x00, 0x00, 0x80, 0x00, 0xAA, 0xBB, 0xCC, 0xDD,
|
||||
0xAA, 0xBB, 0xCC, 0xDD};
|
||||
static SANE_Int command1_block_size = sizeof(command1_block);
|
||||
|
||||
static SANE_Int command2_block_size = 28;
|
||||
static SANE_Byte command2_block[] = {
|
||||
|
|
Ładowanie…
Reference in New Issue