diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-01 21:28:25 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-01 21:28:25 +0000 |
commit | fc4d3ab4003743718d0849d3c963d1fa55c4954f (patch) | |
tree | 72a8811e57bbfb7c0f83c2fab60154b77ae7ad22 /Projects/MissileLauncher | |
parent | 956f9e3709ff56acf37f2f446668b6d1411154f4 (diff) | |
download | lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.tar.gz lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.tar.bz2 lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.zip |
Minor documentation improvements.
Diffstat (limited to 'Projects/MissileLauncher')
-rw-r--r-- | Projects/MissileLauncher/MissileLauncher.c | 2 |
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. */ |