ソースを参照

More GPIO compilation fixes. (#15592)

Nick Brassel 3 年 前
コミット
4d96e53222
1 ファイル変更1 行追加0 行削除
  1. 1 0
      platforms/avr/drivers/serial.c

+ 1 - 0
platforms/avr/drivers/serial.c

@@ -16,6 +16,7 @@
 #include <util/delay.h>
 #include <stddef.h>
 #include <stdbool.h>
+#include "gpio.h"
 #include "serial.h"
 
 #ifdef SOFT_SERIAL_PIN