X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/79742c5d24929442175953c796a1834e45a93d0d..5faa79a7b55312f275435c5dacf8a89a6a3d26ae:/Projects/XPLAINBridge/XPLAINBridge.h diff --git a/Projects/XPLAINBridge/XPLAINBridge.h b/Projects/XPLAINBridge/XPLAINBridge.h index 72e90463d..74fa4458d 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.h +++ b/Projects/XPLAINBridge/XPLAINBridge.h @@ -84,13 +84,18 @@ /* Function Prototypes: */ void SetupHardware(void); void AVRISP_Task(void); - void USARTBridge_Task(void); + void UARTBridge_Task(void); void EVENT_USB_Device_ConfigurationChanged(void); void EVENT_USB_Device_UnhandledControlRequest(void); void EVENT_USB_Device_Connect(void); void EVENT_USB_Device_Disconnect(void); - uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress); + void EVENT_CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_Device_t* const CDCInterfaceInfo); + + uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, + const uint8_t wIndex, + const void** const DescriptorAddress) + ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3); #endif