diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-03 15:55:28 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-03 15:55:28 +0000 |
commit | 6d53cdba8367a6f589302f913a58d55650f45d97 (patch) | |
tree | 669b1213696f5e9d428196763761bfac19395c6e /Demos/Device/LowLevel/MassStorage/Lib | |
parent | fc92f9969c1fcc2f952f0bd6d09a309a9b3ce02f (diff) | |
download | lufa-6d53cdba8367a6f589302f913a58d55650f45d97.tar.gz lufa-6d53cdba8367a6f589302f913a58d55650f45d97.tar.bz2 lufa-6d53cdba8367a6f589302f913a58d55650f45d97.zip |
More documentation fixes.
Diffstat (limited to 'Demos/Device/LowLevel/MassStorage/Lib')
-rw-r--r-- | Demos/Device/LowLevel/MassStorage/Lib/SCSI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h index b4b61580e..17e8796bc 100644 --- a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h +++ b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h @@ -62,10 +62,10 @@ SenseData.AdditionalSenseCode = (acode); \ SenseData.AdditionalSenseQualifier = (aqual); }MACROE - /** Macro for the SCSI_Command_ReadWrite_10() function, to indicate that data is to be read from the storage medium. */ + /** Macro for the \ref SCSI_Command_ReadWrite_10() function, to indicate that data is to be read from the storage medium. */ #define DATA_READ true - /** Macro for the SCSI_Command_ReadWrite_10() function, to indicate that data is to be written to the storage medium. */ + /** Macro for the \ref SCSI_Command_ReadWrite_10() function, to indicate that data is to be written to the storage medium. */ #define DATA_WRITE false /** Value for the DeviceType entry in the SCSI_Inquiry_Response_t enum, indicating a Block Media device. */ |