This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
Browse Source
- fox small typo in handle_irscan_command
git-svn-id: svn://svn.berlios.de/openocd/trunk@1178 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
ntfreak
14 years ago
parent
e3462b228c
commit
cca10e6534
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/jtag/jtag.c
+ 1
- 1
src/jtag/jtag.c
View File
@@ -2125,7 +2125,7 @@ int handle_irscan_command(struct command_context_s *cmd_ctx, char *cmd, char **a
{
int device = strtoul(args[i*2], NULL, 0);
jtag_device_t *device_ptr=jtag_get_device(device);
if (device==NULL)
if (device
_ptr
==NULL)
{
return ERROR_FAIL;
}
Write
Preview
Loading…
Cancel
Save