Browse Source

Fix ps2 protocol build using ps2_io.h

Jun Wako 10 năm trước cách đây
mục cha
commit
5419130291
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      protocol/ps2_interrupt.c
  2. 1 0
      protocol/ps2_usart.c

+ 1 - 0
protocol/ps2_interrupt.c

@@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
 #include <avr/interrupt.h>
 #include <util/delay.h>
 #include "ps2.h"
+#include "ps2_io.h"
 #include "print.h"
 
 

+ 1 - 0
protocol/ps2_usart.c

@@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
 #include <avr/interrupt.h>
 #include <util/delay.h>
 #include "ps2.h"
+#include "ps2_io.h"
 #include "print.h"