aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-09-19 18:57:05 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-09-19 18:57:05 +0000
commit7fd2349e1a66b7bd9ece5bf9099b35eed03e97fd (patch)
tree1d11564b3c64eb8346bab500eb70adf4f5d970a0 /LUFA/CodeTemplates
parente1803e3adb7754ad612a0251f0772f3e37d805aa (diff)
downloadlufa-7fd2349e1a66b7bd9ece5bf9099b35eed03e97fd.tar.gz
lufa-7fd2349e1a66b7bd9ece5bf9099b35eed03e97fd.tar.bz2
lufa-7fd2349e1a66b7bd9ece5bf9099b35eed03e97fd.zip
Minor documentation corrections.
Diffstat (limited to 'LUFA/CodeTemplates')
-rw-r--r--LUFA/CodeTemplates/DriverStubs/Dataflash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/CodeTemplates/DriverStubs/Dataflash.h b/LUFA/CodeTemplates/DriverStubs/Dataflash.h
index 02a7acf59..1d5864724 100644
--- a/LUFA/CodeTemplates/DriverStubs/Dataflash.h
+++ b/LUFA/CodeTemplates/DriverStubs/Dataflash.h
@@ -135,7 +135,7 @@
/** Selects the given dataflash chip.
*
- * \param[in] ChipMask Mask of the Dataflash IC to select, in the form of DATAFLASH_CHIPn mask (where n is
+ * \param[in] ChipMask Mask of the Dataflash IC to select, in the form of a \c DATAFLASH_CHIPn mask (where n is
* the chip number).
*/
static inline void Dataflash_SelectChip(const uint8_t ChipMask) ATTR_ALWAYS_INLINE;