diff options
| author | hathach <[email protected]> | 2018-11-26 12:25:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-26 12:29:55 +0700 |
| commit | 064eec5dd8e27b1f8e88b24a5d5071bbd8458a29 (patch) | |
| tree | 67c88215704cf88c386769577c61e6083a81d4d3 /src/portable/microchip | |
| parent | 4ec7dba453d414d0c0c67c6f5bab5a9ca9eba388 (diff) | |
clean up warnings
Diffstat (limited to 'src/portable/microchip')
| -rw-r--r-- | src/portable/microchip/samd51/dcd_samd51.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portable/microchip/samd51/dcd_samd51.c b/src/portable/microchip/samd51/dcd_samd51.c index e76b5a1fa..d0ad17f92 100644 --- a/src/portable/microchip/samd51/dcd_samd51.c +++ b/src/portable/microchip/samd51/dcd_samd51.c @@ -84,11 +84,11 @@ bool dcd_init (uint8_t rhport) void dcd_connect (uint8_t rhport) { - + (void) rhport; } void dcd_disconnect (uint8_t rhport) { - + (void) rhport; } void dcd_set_address (uint8_t rhport, uint8_t dev_addr) |
