From: Antonio Borneo Date: Sat, 10 Apr 2010 09:03:02 +0000 (+0800) Subject: ADI_V5_JTAG: review scope of data X-Git-Tag: v0.5.0-rc1~777 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=ec1c90e3cd53446939b4655f55166bff6b3d39f4 ADI_V5_JTAG: review scope of data Add "static" qualifier to private data. Signed-off-by: Antonio Borneo --- diff --git a/src/target/adi_v5_jtag.c b/src/target/adi_v5_jtag.c index 0d795fb487..04c6ae7bbd 100644 --- a/src/target/adi_v5_jtag.c +++ b/src/target/adi_v5_jtag.c @@ -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. */