CONFIG_CL_MFR522, not CONFIG_WL_MFR522

This commit is contained in:
Gregory Nutt 2016-10-06 07:46:01 -06:00
parent 796171458f
commit 8fc1529ef1

View File

@ -50,8 +50,8 @@
* Pre-processor Definitions
****************************************************************************/
#ifndef CONFIG_WL_MFRC522
# error "CONFIG_WL_MFRC522 is not defined in the configuration"
#ifndef CONFIG_CL_MFRC522
# error "CONFIG_CL_MFRC522 is not defined in the configuration"
#endif
#ifndef CONFIG_EXAMPLES_RFID_READUID_DEVNAME