aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h
diff options
context:
space:
mode:
authorDiego Ismirlian <dismirlian@gmail.com>2019-10-03 14:00:34 -0300
committerDiego Ismirlian <dismirlian@gmail.com>2019-10-03 14:00:34 -0300
commitea844db44656f481cda59bc71234d54be37ed5bf (patch)
tree22c21b29afc393b5813b58776cfa728e90f1b916 /os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h
parent2800f71230de7684cb805701ac40791f5d0876b6 (diff)
parent75027a647490d62d875c8012c0eac83a441304a8 (diff)
downloadChibiOS-Contrib-ea844db44656f481cda59bc71234d54be37ed5bf.tar.gz
ChibiOS-Contrib-ea844db44656f481cda59bc71234d54be37ed5bf.tar.bz2
ChibiOS-Contrib-ea844db44656f481cda59bc71234d54be37ed5bf.zip
Merge branch 'master' into segger_systemview
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 */ \