From 8fc1529ef1d2ba962b6460b02250fbf4e336cc85 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 6 Oct 2016 07:46:01 -0600 Subject: [PATCH] CONFIG_CL_MFR522, not CONFIG_WL_MFR522 --- examples/rfid_readuid/rfid_readuid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rfid_readuid/rfid_readuid.c b/examples/rfid_readuid/rfid_readuid.c index e356611a5..f48d7f627 100644 --- a/examples/rfid_readuid/rfid_readuid.c +++ b/examples/rfid_readuid/rfid_readuid.c @@ -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