Fix mfrc522 include

This commit is contained in:
Jimmy 2020-12-26 01:01:35 +13:00
parent cf1354bf8d
commit 8d91f1fc88
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#include "spi.h"
#include "rc522.h"
#include "mfrc522.h"
///////////////////////////////////////////////////////////

View File

@ -1,4 +1,4 @@
#include "../src/rc522.h"
#include "../src/mfrc522.h"
#include <avr/io.h>
#include "../lib/usart/src/usart.h"
#include "string.h"