1
0
포크 0

Fixes for new gcc

This commit is contained in:
Arti Zirk 2016-12-18 23:19:10 +02:00
부모 c7fa127581
커밋 3c69228743
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -18,8 +18,6 @@
#define SPI_CS_LOW MFRC522_SS_PORT &= ~_BV(MFRC522_SS_BIT)
#define SPI_CS_HIGH MFRC522_SS_PORT |= _BV(MFRC522_SS_BIT)
static const byte FIFO_SIZE = 64; // The FIFO is 64 bytes.
void MFRC522_init() {
// Set the chipSelectPin as digital output, do not select the slave yet
DDR(MFRC522_SS_PORT) |= _BV(MFRC522_SS_BIT);