projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed compilation error in incomplete BluetoothHost demo.
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
Keyboard
/
Keyboard.c
diff --git
a/Demos/Device/LowLevel/Keyboard/Keyboard.c
b/Demos/Device/LowLevel/Keyboard/Keyboard.c
index
35ef41b
..
185d968
100644
(file)
--- a/
Demos/Device/LowLevel/Keyboard/Keyboard.c
+++ b/
Demos/Device/LowLevel/Keyboard/Keyboard.c
@@
-266,7
+266,7
@@
ISR(TIMER0_COMPA_vect, ISR_BLOCK)
\r
/** Fills the given HID report data structure with the next HID report to send to the host.
\r
*
\r
\r
/** Fills the given HID report data structure with the next HID report to send to the host.
\r
*
\r
- * \param ReportData Pointer to a HID report data structure to be filled
\r
+ * \param
[out]
ReportData Pointer to a HID report data structure to be filled
\r
*/
\r
void CreateKeyboardReport(USB_KeyboardReport_Data_t* ReportData)
\r
{
\r
*/
\r
void CreateKeyboardReport(USB_KeyboardReport_Data_t* ReportData)
\r
{
\r
@@
-291,7
+291,7
@@
void CreateKeyboardReport(USB_KeyboardReport_Data_t* ReportData)
\r
/** Processes a received LED report, and updates the board LEDs states to match.
\r
*
\r
\r
/** Processes a received LED report, and updates the board LEDs states to match.
\r
*
\r
- * \param LEDReport LED status report from the host
\r
+ * \param
[in]
LEDReport LED status report from the host
\r
*/
\r
void ProcessLEDReport(uint8_t LEDReport)
\r
{
\r
*/
\r
void ProcessLEDReport(uint8_t LEDReport)
\r
{
\r