X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fcore.c;h=5d5803a3604a4c2350d72f5dfc19c82195801cf1;hp=55abe7593cf8169d47a8c70e09289775cfb451a8;hb=2c14497d0a87ecebcfc9a7768f6de75898f261bf;hpb=e8641695c634109ebf5f1149923971770da1d28a;ds=sidebyside diff --git a/src/jtag/core.c b/src/jtag/core.c index 55abe7593c..5d5803a360 100644 --- a/src/jtag/core.c +++ b/src/jtag/core.c @@ -962,10 +962,10 @@ static bool jtag_idcode_is_final(uint32_t idcode) { /* * Some devices, such as AVR8, will output all 1's instead - * of TDI input value at end of chain. Allow those values + * of TDI input value at end of chain. Allow those values * instead of failing. */ - return idcode == END_OF_CHAIN_FLAG || idcode == 0xFFFFFFFF; + return idcode == END_OF_CHAIN_FLAG; } /**