projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed HID Parser not distributing the Usage Min and Usage Max values across an array...
[pub/lufa.git]
/
Projects
/
AVRISP
/
Lib
/
PDITarget.c
diff --git
a/Projects/AVRISP/Lib/PDITarget.c
b/Projects/AVRISP/Lib/PDITarget.c
index
d1dfa15
..
98d4bde
100644
(file)
--- a/
Projects/AVRISP/Lib/PDITarget.c
+++ b/
Projects/AVRISP/Lib/PDITarget.c
@@
-41,7
+41,7
@@
/** Writes a given byte to the attached XMEGA device, using a RS232 frame via software through the
\r
* PDI interface.
\r
*
\r
/** Writes a given byte to the attached XMEGA device, using a RS232 frame via software through the
\r
* PDI interface.
\r
*
\r
- * \param Byte Byte to send to the attached device
\r
+ * \param
[in]
Byte Byte to send to the attached device
\r
*/
\r
void PDITarget_SendByte(uint8_t Byte)
\r
{
\r
*/
\r
void PDITarget_SendByte(uint8_t Byte)
\r
{
\r