aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/usbh/dev/uvc.h
diff options
context:
space:
mode:
authorDiego Ismirlian <dismirlian@gmail.com>2019-09-30 18:33:46 -0300
committerDiego Ismirlian <dismirlian@gmail.com>2019-10-02 16:57:30 -0300
commit392d6af30057db0b36ae02e5ca940691c382fd23 (patch)
treee7722d28cf0eb4fb66d72d44d713e1b75fe39175 /os/hal/include/usbh/dev/uvc.h
parentfa3880546cc5fa933caa4333f1dbc397a93420b6 (diff)
downloadChibiOS-Contrib-392d6af30057db0b36ae02e5ca940691c382fd23.tar.gz
ChibiOS-Contrib-392d6af30057db0b36ae02e5ca940691c382fd23.tar.bz2
ChibiOS-Contrib-392d6af30057db0b36ae02e5ca940691c382fd23.zip
USBH: rework debug framework
Diffstat (limited to 'os/hal/include/usbh/dev/uvc.h')
-rw-r--r--os/hal/include/usbh/dev/uvc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/usbh/dev/uvc.h b/os/hal/include/usbh/dev/uvc.h
index 713d16c..7116c91 100644
--- a/os/hal/include/usbh/dev/uvc.h
+++ b/os/hal/include/usbh/dev/uvc.h
@@ -408,9 +408,9 @@ extern "C" {
const uint8_t *framedesc, uint32_t dwFrameInterval);
#if USBH_DEBUG_ENABLE && USBHUVC_DEBUG_ENABLE_INFO
- void usbhuvcPrintProbeCommit(const usbh_uvc_ctrl_vs_probecommit_data_t *pc);
+ void usbhuvcPrintProbeCommit(USBHUVCDriver *uvcdp, const usbh_uvc_ctrl_vs_probecommit_data_t *pc);
#else
-# define usbhuvcPrintProbeCommit(pc) do {} while(0)
+# define usbhuvcPrintProbeCommit(uvcdp, pc) do {} while(0)
#endif
bool usbhuvcProbe(USBHUVCDriver *uvcdp);
bool usbhuvcCommit(USBHUVCDriver *uvcdp);