diff options
Diffstat (limited to 'src/openocd.c')
-rw-r--r-- | src/openocd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openocd.c b/src/openocd.c index 43be9af5..fac385a1 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -152,3 +152,4 @@ int main(int argc, char *argv[]) return EXIT_SUCCESS; } + |