adding interrupt.h to spi. and dataflash.c

This commit is contained in:
A. Onkes
2020-07-13 12:29:20 +02:00
parent 822f12025d
commit dcf1990830
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#include <avr/io.h>
#include <stdint.h>
#include <avr/interrupt.h>
#include "spi.h"
#include "dataflash.h"

View File

@@ -1,5 +1,6 @@
#include <avr/io.h>
#include <stdint.h>
#include <avr/interrupt.h>
#include "spi.h"