target: Rename 'linked_BRP' to 'linked_brp'
Change-Id: I9dd67ac3e8cd5dd9cdeffce56020b387a8f298fa Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: http://openocd.zylin.com/6316 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
cb5d9e0098
commit
3e8ca67d1f
@@ -43,7 +43,7 @@ struct breakpoint {
|
||||
uint8_t *orig_instr;
|
||||
struct breakpoint *next;
|
||||
uint32_t unique_id;
|
||||
int linked_BRP;
|
||||
int linked_brp;
|
||||
};
|
||||
|
||||
struct watchpoint {
|
||||
|
||||
Reference in New Issue
Block a user