forked from auracaster/openocd
- remove target specific variant and use target->variant member
- fix build warning in cortex_m3 - code cleanup - remove trailing lf and convert c++ comments git-svn-id: svn://svn.berlios.de/openocd/trunk@1238 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -525,7 +525,6 @@ static int jim_flash_banks(Jim_Interp *interp, int argc, Jim_Obj *const *argv)
|
||||
return JIM_OK;
|
||||
}
|
||||
|
||||
|
||||
int tclapi_register_commands()
|
||||
{
|
||||
register_jim("ocd_mem2array", jim_mem2array, "read memory and return as a TCL array for script processing");
|
||||
|
||||
Reference in New Issue
Block a user