ADI_V5_JTAG: review scope of data
Add "static" qualifier to private data. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
8ffdefcc59
commit
ec1c90e3cd
|
@ -429,7 +429,7 @@ const struct dap_ops jtag_dp_ops = {
|
|||
};
|
||||
|
||||
|
||||
const uint8_t swd2jtag_bitseq[] = {
|
||||
static const uint8_t swd2jtag_bitseq[] = {
|
||||
/* More than 50 TCK/SWCLK cycles with TMS/SWDIO high,
|
||||
* putting both JTAG and SWD logic into reset state.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue