diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-10-18 05:35:48 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-10-18 05:35:48 +0000 |
commit | de70f0f1cf034d8f22141a2825f24ad60d14421b (patch) | |
tree | b980328a8351c30605be7794e2e20355c1494ad5 /Demos/Device/LowLevel/MassStorage | |
parent | c3dfc58707eafb6ed0efab5a50770294f5a6b3d3 (diff) | |
download | lufa-de70f0f1cf034d8f22141a2825f24ad60d14421b.tar.gz lufa-de70f0f1cf034d8f22141a2825f24ad60d14421b.tar.bz2 lufa-de70f0f1cf034d8f22141a2825f24ad60d14421b.zip |
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
Diffstat (limited to 'Demos/Device/LowLevel/MassStorage')
-rw-r--r-- | Demos/Device/LowLevel/MassStorage/Lib/SCSI.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.c b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.c index 274dbc9cf..94878746a 100644 --- a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.c +++ b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.c @@ -216,8 +216,6 @@ static void SCSI_Command_Read_Capacity_10(void) /** Command processing for an issued SCSI SEND DIAGNOSTIC command. This command performs a quick check of the Dataflash ICs on the
* board, and indicates if they are present and functioning correctly. Only the Self-Test portion of the diagnostic command is
* supported.
- *
- * \param[in] MSInterfaceInfo Pointer to the Mass Storage class interface structure that the command is associated with
*/
static void SCSI_Command_Send_Diagnostic(void)
{
|