Bladeren bron

Fix ps2 protocol build using ps2_io.h

tags/v1.9
Jun Wako 9 jaren geleden
bovenliggende
commit
5419130291
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 1
    0
      protocol/ps2_interrupt.c
  2. 1
    0
      protocol/ps2_usart.c

+ 1
- 0
protocol/ps2_interrupt.c Bestand weergeven

@@ -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 Bestand weergeven

@@ -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"



Laden…
Annuleren
Opslaan