diff options
Diffstat (limited to 'src/host/hub.h')
| -rw-r--r-- | src/host/hub.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/host/hub.h b/src/host/hub.h index 35d8ad629..851bb8e66 100644 --- a/src/host/hub.h +++ b/src/host/hub.h @@ -1,4 +1,4 @@ -/* +/* * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) @@ -163,7 +163,7 @@ typedef struct { uint16_t high_speed : 1; uint16_t port_test_mode : 1; uint16_t port_indicator_control : 1; - uint16_t : 0; + uint16_t TU_RESERVED : 3; }; uint16_t value; |
