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:
zwelch
2009-06-05 00:43:12 +00:00
parent 689e9664b0
commit 7db5839608
3 changed files with 7 additions and 7 deletions

View File

@@ -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;
}