Skip to content

Commit

Permalink
fixup! sys/usb/cdc/acm: port to new interface
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Feb 1, 2024
1 parent 7a55903 commit 83cf874
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sys/usb/usbus/cdc/acm/cdc_acm_stdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ static ssize_t _write(const void* buffer, size_t len)
return (char *)buffer - start;
}

static void _detach(bool disable)
static void _detach(void)
{
(void)disable;
}

static void _cdc_acm_rx_pipe(usbus_cdcacm_device_t *cdcacm,
Expand Down

0 comments on commit 83cf874

Please sign in to comment.