aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-03 11:06:06 +0200
committerGitHub <noreply@github.com>2019-10-03 11:06:06 +0200
commit75027a647490d62d875c8012c0eac83a441304a8 (patch)
tree84b471ed26a93896d012f4a644086ac13426bdc2 /os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h
parent967c2f32649272cbb2fd36e7f062d978193956a8 (diff)
parent77021bb6466f731a572985cebe65d139c212d88d (diff)
downloadChibiOS-Contrib-75027a647490d62d875c8012c0eac83a441304a8.tar.gz
ChibiOS-Contrib-75027a647490d62d875c8012c0eac83a441304a8.tar.bz2
ChibiOS-Contrib-75027a647490d62d875c8012c0eac83a441304a8.zip
Merge pull request #199 from dismirlian/usbh
USBH: improvements
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 */ \