X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fdsp5680xx.h;h=cb3bf2a4f559113be762922fc9ac5ec0ce561a41;hp=1b71009086d97b05513deea2e92d86acce492da2;hb=ed085f379e3fb53cce4d788d5b18cc5a7dcba026;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/target/dsp5680xx.h b/src/target/dsp5680xx.h index 1b71009086..cb3bf2a4f5 100644 --- a/src/target/dsp5680xx.h +++ b/src/target/dsp5680xx.h @@ -317,7 +317,7 @@ static inline struct dsp5680xx_common *target_to_dsp5680xx(struct target * * @return */ -int dsp5680xx_f_wr(struct target *target, uint8_t * buffer, uint32_t address, +int dsp5680xx_f_wr(struct target *target, const uint8_t * buffer, uint32_t address, uint32_t count, int is_flash_lock); /**