diff options
| -rw-r--r-- | protocol/ps2_interrupt.c | 1 | ||||
| -rw-r--r-- | protocol/ps2_usart.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/protocol/ps2_interrupt.c b/protocol/ps2_interrupt.c index 259d25400..8114442ba 100644 --- a/protocol/ps2_interrupt.c +++ b/protocol/ps2_interrupt.c | |||
| @@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
| 43 | #include <avr/interrupt.h> | 43 | #include <avr/interrupt.h> |
| 44 | #include <util/delay.h> | 44 | #include <util/delay.h> |
| 45 | #include "ps2.h" | 45 | #include "ps2.h" |
| 46 | #include "ps2_io.h" | ||
| 46 | #include "print.h" | 47 | #include "print.h" |
| 47 | 48 | ||
| 48 | 49 | ||
diff --git a/protocol/ps2_usart.c b/protocol/ps2_usart.c index c2d9d0a20..6936ca7b8 100644 --- a/protocol/ps2_usart.c +++ b/protocol/ps2_usart.c | |||
| @@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
| 43 | #include <avr/interrupt.h> | 43 | #include <avr/interrupt.h> |
| 44 | #include <util/delay.h> | 44 | #include <util/delay.h> |
| 45 | #include "ps2.h" | 45 | #include "ps2.h" |
| 46 | #include "ps2_io.h" | ||
| 46 | #include "print.h" | 47 | #include "print.h" |
| 47 | 48 | ||
| 48 | 49 | ||
