- 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:
@@ -182,7 +182,7 @@ begin_ejtag_dma_read_b:
|
||||
return ERROR_JTAG_DEVICE_ERROR;
|
||||
}
|
||||
|
||||
// Handle the bigendian/littleendian
|
||||
/* Handle the bigendian/littleendian */
|
||||
switch (addr & 0x3) {
|
||||
case 0:
|
||||
*data = v & 0xff;
|
||||
|
||||
Reference in New Issue
Block a user