fix alan's board with mfrc support

This commit is contained in:
Sebastien Lorquet 2016-08-31 13:57:23 +02:00
parent a17059503e
commit 947639cbd5
1 changed files with 2 additions and 2 deletions

View File

@ -43,13 +43,13 @@
#include <debug.h> #include <debug.h>
#include <nuttx/spi/spi.h> #include <nuttx/spi/spi.h>
#include <nuttx/wireless/mfrc522.h> #include <nuttx/contactless/mfrc522.h>
#include "stm32.h" #include "stm32.h"
#include "stm32_spi.h" #include "stm32_spi.h"
#include "stm32f103_minimum.h" #include "stm32f103_minimum.h"
#if defined(CONFIG_SPI) && defined(CONFIG_STM32_SPI1) && defined(CONFIG_WL_MFRC522) #if defined(CONFIG_SPI) && defined(CONFIG_STM32_SPI1) && defined(CONFIG_CL_MFRC522)
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions