aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/MissileLauncher/MissileLauncher.c
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 /Projects/MissileLauncher/MissileLauncher.c
parent956f9e3709ff56acf37f2f446668b6d1411154f4 (diff)
downloadlufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.tar.gz
lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.tar.bz2
lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.zip
Minor documentation improvements.
Diffstat (limited to 'Projects/MissileLauncher/MissileLauncher.c')
-rw-r--r--Projects/MissileLauncher/MissileLauncher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/MissileLauncher/MissileLauncher.c b/Projects/MissileLauncher/MissileLauncher.c
index f215cd340..051fca937 100644
--- a/Projects/MissileLauncher/MissileLauncher.c
+++ b/Projects/MissileLauncher/MissileLauncher.c
@@ -158,7 +158,7 @@ void Send_Command_Report(const uint8_t* const Report,
WriteNextReport(CmdBuffer, ReportSize);
}
-/** Sends one of the CMD_* command constants to the attached device.
+/** Sends one of the \c CMD_* command constants to the attached device.
*
* \param[in] Command One of the command constants.
*/