ソースを参照

remove inline for update_grxfsiz

hathach 5 年 前
コミット
201ea7ca6d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/portable/st/synopsys/dcd_synopsys.c

+ 1 - 1
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;