diff options
Diffstat (limited to 'contrib/libdcc/example.c')
-rw-r--r-- | contrib/libdcc/example.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libdcc/example.c b/contrib/libdcc/example.c index d456f395..0814c9ce 100644 --- a/contrib/libdcc/example.c +++ b/contrib/libdcc/example.c @@ -23,11 +23,11 @@ #include "dcc_stdio.h" /* enable openocd debugmsg at the gdb prompt: - * monitor target_request debugmsgs enable - * + * monitor target_request debugmsgs enable + * * create a trace point: * monitor trace point 1 - * + * * to show how often the trace point was hit: * monitor trace point */ |