Преглед на файлове

Fix ps2 protocol build using ps2_io.h

Jun Wako преди 11 години
родител
ревизия
5419130291
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  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"