diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-09-19 18:57:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-09-19 18:57:05 +0000 |
commit | 7fd2349e1a66b7bd9ece5bf9099b35eed03e97fd (patch) | |
tree | 1d11564b3c64eb8346bab500eb70adf4f5d970a0 /LUFA/CodeTemplates | |
parent | e1803e3adb7754ad612a0251f0772f3e37d805aa (diff) | |
download | lufa-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.h | 2 |
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; |