- Replace 'switch(' with 'switch ('.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2359 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -362,7 +362,7 @@ static int vsllink_execute_queue(void)
|
||||
|
||||
case JTAG_STABLECLOCKS:
|
||||
DEBUG_JTAG_IO("add %d clocks", cmd->cmd.stableclocks->num_cycles);
|
||||
switch(tap_get_state())
|
||||
switch (tap_get_state())
|
||||
{
|
||||
case TAP_RESET:
|
||||
// tms should be '1' to stay in TAP_RESET mode
|
||||
|
||||
Reference in New Issue
Block a user