aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.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/ports/STM32/LLD/USBHv1/hal_usbh_lld.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/ports/STM32/LLD/USBHv1/hal_usbh_lld.h')
-rw-r--r--os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h b/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h
index bb92ede..7e0c1b6 100644
--- a/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h
+++ b/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h
@@ -83,6 +83,7 @@ typedef struct stm32_hc_management {
uint32_t hcintmsk; \
uint32_t hcchar; \
uint32_t dt_mask; /* data-toggle mask */ \
+ int32_t trace_level; /* enable tracing */ \
/* current transfer */ \
struct { \
stm32_hc_management_t *hcm; /* assigned channel */ \