mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
device,ftdiJtagMPSSE,jtag: check/lint happy
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ int Jtag::detectChain(unsigned max_dev)
|
||||
char message[256];
|
||||
uint8_t rx_buff[4];
|
||||
/* WA for CH552/tangNano: write is always mandatory */
|
||||
uint8_t tx_buff[4] = {0xff, 0xff, 0xff, 0xff};
|
||||
const uint8_t tx_buff[4] = {0xff, 0xff, 0xff, 0xff};
|
||||
uint32_t tmp;
|
||||
|
||||
/* cleanup */
|
||||
|
||||
Reference in New Issue
Block a user