Skip to content

Commit

Permalink
usb_msc: correct comment description
Browse files Browse the repository at this point in the history
The comment was copied from usb_cdcacm verbatim.  Update it to reflect
the USB-MSC example.

Signed-off-by: Sean Cross <sean@xobs.io>
  • Loading branch information
xobs committed Jun 8, 2018
1 parent dbfbf64 commit a36c650
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions usb_msc/usb_msc.c
Expand Up @@ -22,12 +22,12 @@
/**
* \addtogroup Examples
*
* This example implements a USB CDC-ACM device (aka Virtual Serial Port)
* to demonstrate the use of the USB device stack.
* This example implements a USB MSC device (aka Mass Storage Controller,
* aka hard disk) to demonstrate the use of the USB device stack. Any
* data written to the disk will be erased when the device is reset.
*
* When data is recieved, it will toggle the green LED and echo the data.
* The red LED is toggled constantly and a string is sent over USB every
* time the LED changes state as a heartbeat.
* When data is recieved, it will toggle the green LED.
* The red LED is toggled constantly.
*/

#include <libopencm3/cm3/common.h>
Expand Down

0 comments on commit a36c650

Please sign in to comment.