diff options
| author | hathach <[email protected]> | 2021-01-08 16:38:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-08 16:38:41 +0700 |
| commit | 201ea7ca6d9634c8187c5f58938f27c4dbe33564 (patch) | |
| tree | c791d4ffdb440e758724a5358ddcb7f8d7a37445 /src | |
| parent | 9998e8a665cb3b14901ec9993a486f74c95d5475 (diff) | |
remove inline for update_grxfsiz
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/st/synopsys/dcd_synopsys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/st/synopsys/dcd_synopsys.c b/src/portable/st/synopsys/dcd_synopsys.c index fd845c8f4..f00df5d55 100644 --- a/src/portable/st/synopsys/dcd_synopsys.c +++ b/src/portable/st/synopsys/dcd_synopsys.c @@ -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; |
