diff options
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 4bb771be9..84082ed2b 100644 --- a/Projects/XPLAINBridge/USARTDescriptors.h +++ b/Projects/XPLAINBridge/USARTDescriptors.h @@ -82,7 +82,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 |