Increase JTAG_MAX_DEVS to 32.

Fixes #112
This commit is contained in:
Gareth McMullin 2016-02-02 10:04:57 +13:00
parent 3527880452
commit d5e263122f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#ifndef __JTAG_SCAN_H
#define __JTAG_SCAN_H
#define JTAG_MAX_DEVS 5
#define JTAG_MAX_DEVS 32
#define JTAG_MAX_IR_LEN 16
typedef struct jtag_dev_s {