diff options
| author | MasterPhi <[email protected]> | 2021-08-21 12:11:35 +0200 |
|---|---|---|
| committer | MasterPhi <[email protected]> | 2021-08-21 12:11:35 +0200 |
| commit | 69e539fda4c72a2f3177b3944f83632ef6752c11 (patch) | |
| tree | bb965cc935083d99e083667d4f0f1533d50a29f5 /src | |
| parent | e20755442a3fe2141c9be8d54bee2aa4e092cdfc (diff) | |
Fix CI.
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/nuvoton/nuc121/dcd_nuc121.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/nuvoton/nuc121/dcd_nuc121.c b/src/portable/nuvoton/nuc121/dcd_nuc121.c index 80a19eb17..a776e46f5 100644 --- a/src/portable/nuvoton/nuc121/dcd_nuc121.c +++ b/src/portable/nuvoton/nuc121/dcd_nuc121.c @@ -245,6 +245,7 @@ void dcd_int_disable(uint8_t rhport) void dcd_set_address(uint8_t rhport, uint8_t dev_addr) { (void) rhport; + (void) dev_addr; usb_control_send_zlp(); /* SET_ADDRESS is the one exception where TinyUSB doesn't use dcd_edpt_xfer() to generate a ZLP */ // DCD can only set address after status for this request is complete. |
