X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ea3b5c74235c730bb3cfd51d15a9cb668dc34941..dab7e06a4a914ebc67dd6a9a28c0987b49703c88:/Projects/HIDReportViewer/HIDReportViewer.h?ds=inline diff --git a/Projects/HIDReportViewer/HIDReportViewer.h b/Projects/HIDReportViewer/HIDReportViewer.h index f4e131f3e..ff2512b90 100644 --- a/Projects/HIDReportViewer/HIDReportViewer.h +++ b/Projects/HIDReportViewer/HIDReportViewer.h @@ -69,6 +69,9 @@ /* Function Prototypes: */ void SetupHardware(void); + void OutputReportSizes(void); + void OutputParsedReportItems(void); + void OutputCollectionPath(const HID_CollectionPath_t* const CollectionPath); void EVENT_USB_Host_HostError(const uint8_t ErrorCode); void EVENT_USB_Host_DeviceAttached(void);