X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fdsp5680xx.c;h=9a6e8dbe773138c2c7b620c298f8b8e7da6dea14;hb=5d6be673c36b00eb962cbb441dd557d3cc8eb03c;hp=621caaf37a0b7a70950b32a5296f19a1d08bd446;hpb=efa2068f1a2b1d6e96c9aa4067174787207ff2bc;p=fw%2Fopenocd diff --git a/src/target/dsp5680xx.c b/src/target/dsp5680xx.c index 621caaf37..9a6e8dbe7 100644 --- a/src/target/dsp5680xx.c +++ b/src/target/dsp5680xx.c @@ -16,7 +16,7 @@ #include "target_type.h" #include "dsp5680xx.h" -struct dsp5680xx_common dsp5680xx_context; +static struct dsp5680xx_common dsp5680xx_context; #define _E "DSP5680XX_ERROR:%d\nAt:%s:%d:%s" #define err_check(r, c, m) if (r != ERROR_OK) {LOG_ERROR(_E, c, __func__, __LINE__, m); return r; }