aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe/Descriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Magstripe/Descriptors.h')
-rw-r--r--Projects/Magstripe/Descriptors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/Magstripe/Descriptors.h b/Projects/Magstripe/Descriptors.h
index 85d073780..850d6bc24 100644
--- a/Projects/Magstripe/Descriptors.h
+++ b/Projects/Magstripe/Descriptors.h
@@ -66,6 +66,7 @@
/* Function Prototypes: */
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
const uint8_t wIndex,
- void** const DescriptorAddress) ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
+ const void** const DescriptorAddress)
+ ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
#endif