projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove remaining void* descriptor casts in the projects and demos that were not remov...
[pub/USBasp.git]
/
Projects
/
XPLAINBridge
/
AVRISPDescriptors.h
diff --git
a/Projects/XPLAINBridge/AVRISPDescriptors.h
b/Projects/XPLAINBridge/AVRISPDescriptors.h
index
9700351
..
edfb37d
100644
(file)
--- a/
Projects/XPLAINBridge/AVRISPDescriptors.h
+++ b/
Projects/XPLAINBridge/AVRISPDescriptors.h
@@
-75,6
+75,6
@@
/* Function Prototypes: */
uint16_t AVRISP_GetDescriptor(const uint16_t wValue,
const uint8_t wIndex,
- void** const DescriptorAddress);
+
const
void** const DescriptorAddress);
#endif