projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add API support signature to the CDC and DFU class bootloaders, so that the applicati...
[pub/USBasp.git]
/
Projects
/
MissileLauncher
/
MissileLauncher.c
diff --git
a/Projects/MissileLauncher/MissileLauncher.c
b/Projects/MissileLauncher/MissileLauncher.c
index
e143bec
..
051fca9
100644
(file)
--- a/
Projects/MissileLauncher/MissileLauncher.c
+++ b/
Projects/MissileLauncher/MissileLauncher.c
@@
-104,7
+104,7
@@
int main(void)
{
Read_Joystick_Status();
DiscardNextReport();
{
Read_Joystick_Status();
DiscardNextReport();
-
+
USB_USBTask();
}
}
USB_USBTask();
}
}
@@
-158,7
+158,7
@@
void Send_Command_Report(const uint8_t* const Report,
WriteNextReport(CmdBuffer, ReportSize);
}
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.
*/
*
* \param[in] Command One of the command constants.
*/