Eliminate MixedCaps symbol from public JTAG TAP API:
- Purely mechanical transformations to the source files. - Rename 'jtag_TapByJimObj' as 'jtag_tap_by_jim_obj.' git-svn-id: svn://svn.berlios.de/openocd/trunk@2066 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -3450,7 +3450,7 @@ static int target_configure( Jim_GetOptInfo *goi, target_t *target )
|
||||
if( e != JIM_OK ){
|
||||
return e;
|
||||
}
|
||||
tap = jtag_TapByJimObj( goi->interp, o );
|
||||
tap = jtag_tap_by_jim_obj( goi->interp, o );
|
||||
if( tap == NULL ){
|
||||
return JIM_ERR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user