projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor documentation improvements.
[pub/lufa.git]
/
Demos
/
Device
/
LowLevel
/
Joystick
/
Joystick.c
diff --git
a/Demos/Device/LowLevel/Joystick/Joystick.c
b/Demos/Device/LowLevel/Joystick/Joystick.c
index
4f8ffc4
..
4e5af8d
100644
(file)
--- a/
Demos/Device/LowLevel/Joystick/Joystick.c
+++ b/
Demos/Device/LowLevel/Joystick/Joystick.c
@@
-134,7
+134,7
@@
void EVENT_USB_Device_ControlRequest(void)
*
* \param[out] ReportData Pointer to a HID report data structure to be filled
*
*
* \param[out] ReportData Pointer to a HID report data structure to be filled
*
- * \return Boolean
true if the new report differs from the last report,
false otherwise
+ * \return Boolean
\c true if the new report differs from the last report, \c
false otherwise
*/
bool GetNextReport(USB_JoystickReport_Data_t* const ReportData)
{
*/
bool GetNextReport(USB_JoystickReport_Data_t* const ReportData)
{