X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=contrib%2Flibdcc%2Fexample.c;h=99b7bf60244591f158659c5b373bcf9fea2023ab;hp=d456f3955125197db28300c7f5911c7d94883e94;hb=4cd5c64122a0656bd6806c0d08c84711bf01328a;hpb=eadd49bef0960e015de084a41571c32e2ffbff41 diff --git a/contrib/libdcc/example.c b/contrib/libdcc/example.c index d456f39551..99b7bf6024 100644 --- a/contrib/libdcc/example.c +++ b/contrib/libdcc/example.c @@ -15,19 +15,17 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ #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 */