mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-14 04:18:56 +00:00
Correct function declaration
This commit is contained in:
parent
2fa500af18
commit
f2b4567a2b
@ -158,7 +158,7 @@ static inline uint16_t calc_rx_ff_size(uint16_t ep_size)
|
||||
return 15 + 2*ep_size + 2*EP_MAX;
|
||||
}
|
||||
|
||||
static inline void update_grxfsiz()
|
||||
static inline void update_grxfsiz(void)
|
||||
{
|
||||
// If an OUT EP was closed update (reduce) the RX FIFO size if RX FIFO is empty - since this function handle_rxflvl_ints() gets looped from dcd_int_handler() until RX FIFO is empty it is guaranteed to be entered
|
||||
if (_rx_ep_closed)
|
||||
|
Loading…
x
Reference in New Issue
Block a user