mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
bitq: fix warning now that out_value is const
This was an easy one. Just add the missing "const" to a local variable definition. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -226,7 +226,7 @@ void bitq_scan_field(struct scan_field* field, int pause)
|
||||
int bit_cnt;
|
||||
int tdo_req;
|
||||
|
||||
uint8_t* out_ptr;
|
||||
const uint8_t* out_ptr;
|
||||
uint8_t out_mask;
|
||||
|
||||
if (field->in_value)
|
||||
|
||||
Reference in New Issue
Block a user