Browse Source

Fix ps2 protocol build using ps2_io.h

pull/6/head
Jun Wako 9 years ago
parent
commit
5419130291
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      protocol/ps2_interrupt.c
  2. +1
    -0
      protocol/ps2_usart.c

+ 1
- 0
protocol/ps2_interrupt.c View File

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


+ 1
- 0
protocol/ps2_usart.c View File

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


Loading…
Cancel
Save