aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-01 21:28:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-01 21:28:25 +0000
commitfc4d3ab4003743718d0849d3c963d1fa55c4954f (patch)
tree72a8811e57bbfb7c0f83c2fab60154b77ae7ad22 /Bootloaders/DFU
parent956f9e3709ff56acf37f2f446668b6d1411154f4 (diff)
downloadlufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.tar.gz
lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.tar.bz2
lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.zip
Minor documentation improvements.
Diffstat (limited to 'Bootloaders/DFU')
-rw-r--r--Bootloaders/DFU/BootloaderDFU.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h
index 2c10a1162..5e1f19e99 100644
--- a/Bootloaders/DFU/BootloaderDFU.h
+++ b/Bootloaders/DFU/BootloaderDFU.h
@@ -148,7 +148,7 @@
/** Type define for a structure containing a complete DFU command issued by the host. */
typedef struct
{
- uint8_t Command; /**< Single byte command to perform, one of the COMMAND_* macro values */
+ uint8_t Command; /**< Single byte command to perform, one of the \c COMMAND_* macro values */
uint8_t Data[5]; /**< Command parameters */
uint16_t DataSize; /**< Size of the command parameters */
} DFU_Command_t;