From 4dece08bef10a23a9702b6ddb67401400119cbce Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 31 Aug 2010 12:33:21 +0000 Subject: Clarify in the project documentation files what the each of the different USB AVR device "series" comprises of. --- Projects/Webserver/Lib/SCSI.h | 6 +++--- Projects/Webserver/Webserver.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Projects/Webserver') diff --git a/Projects/Webserver/Lib/SCSI.h b/Projects/Webserver/Lib/SCSI.h index 64836c4a6..01afd373e 100644 --- a/Projects/Webserver/Lib/SCSI.h +++ b/Projects/Webserver/Lib/SCSI.h @@ -51,9 +51,9 @@ * is for convenience, as it allows for all three sense values (returned upon request to the host to give information about * the last command failure) in a quick and easy manner. * - * \param[in] key New SCSI sense key to set the sense code to - * \param[in] acode New SCSI additional sense key to set the additional sense code to - * \param[in] aqual New SCSI additional sense key qualifier to set the additional sense qualifier code to + * \param[in] Key New SCSI sense key to set the sense code to + * \param[in] Acode New SCSI additional sense key to set the additional sense code to + * \param[in] Aqual New SCSI additional sense key qualifier to set the additional sense qualifier code to */ #define SCSI_SET_SENSE(Key, Acode, Aqual) MACROS{ SenseData.SenseKey = (Key); \ SenseData.AdditionalSenseCode = (Acode); \ diff --git a/Projects/Webserver/Webserver.txt b/Projects/Webserver/Webserver.txt index c89810fbd..34b542e23 100644 --- a/Projects/Webserver/Webserver.txt +++ b/Projects/Webserver/Webserver.txt @@ -10,7 +10,7 @@ * * The following list indicates what microcontrollers are compatible with this project. * - * - Series 7 USB AVRs + * - Series 7 USB AVRs (AT90USBxxx7) * * \section SSec_Info USB Information: * -- cgit v1.2.3