FT2232: bulidfix
Fix build issue with commit c23d4596d2
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
parent
de761e350b
commit
4b964a81ca
src/jtag/drivers
|
@ -2021,7 +2021,7 @@ static int ft2232_init_ftd2xx(uint16_t vid, uint16_t pid, int more, int* try_mor
|
|||
char* openex_string = NULL;
|
||||
uint8_t latency_timer;
|
||||
|
||||
if ((layout == NULL) {
|
||||
if (layout == NULL) {
|
||||
LOG_WARNING("No ft2232 layout specified'");
|
||||
return ERROR_JTAG_INIT_FAILED;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue