remove inline for update_grxfsiz

This commit is contained in:
hathach 2021-01-08 16:38:41 +07:00
parent 9998e8a665
commit 201ea7ca6d
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ static inline uint16_t calc_rx_ff_size(uint16_t ep_size)
return 15 + 2*(ep_size/4) + 2*EP_MAX;
}
static inline void update_grxfsiz(uint8_t rhport)
static void update_grxfsiz(uint8_t rhport)
{
(void) rhport;