From d729cf9576e9586cfe14f3353a6e105db02a8de0 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 29 Dec 2010 11:50:42 +0100 Subject: [PATCH] other/usb_hid: Small fixes in the README. --- examples/other/usb_hid/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/other/usb_hid/README b/examples/other/usb_hid/README index 3ba2aa62..792e0bda 100644 --- a/examples/other/usb_hid/README +++ b/examples/other/usb_hid/README @@ -2,7 +2,7 @@ README ------------------------------------------------------------------------------ -This example implements a USB Human Interface Device (HID) +This example implements a USB Human Interface Device (HID) to demonstrate the use of the USB device stack. Building @@ -39,5 +39,5 @@ Or you can do the same manually via: > reset Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or -replace "stm.cfg" with your respective config file. +replace "stm32.cfg" with your respective config file.