diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-20 17:16:21 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-20 17:16:21 +0000 |
commit | 5f709e281eec223c5de9766a99bdd54339e149cb (patch) | |
tree | aac4b2e9f666d28d37ca6078afc08926021867f8 /Projects/XPLAINBridge/USARTDescriptors.h | |
parent | 28967ef2e8f32e77031eb645970d2fa1a843e255 (diff) | |
parent | 5833b27f80f4b6b10f5765468f5863e57b97a65a (diff) | |
download | lufa-5f709e281eec223c5de9766a99bdd54339e149cb.tar.gz lufa-5f709e281eec223c5de9766a99bdd54339e149cb.tar.bz2 lufa-5f709e281eec223c5de9766a99bdd54339e149cb.zip |
Merge in latest trunk.
Diffstat (limited to 'Projects/XPLAINBridge/USARTDescriptors.h')
-rw-r--r-- | Projects/XPLAINBridge/USARTDescriptors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/USARTDescriptors.h b/Projects/XPLAINBridge/USARTDescriptors.h index cc8db29c9..94476ec82 100644 --- a/Projects/XPLAINBridge/USARTDescriptors.h +++ b/Projects/XPLAINBridge/USARTDescriptors.h @@ -84,7 +84,8 @@ /* Function Prototypes: */ uint16_t USART_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, - const void** const DescriptorAddress); + const void** const DescriptorAddress, + uint8_t* const DescriptorMemorySpace); #endif |