From 0fb8aa8edcde194a1ac5e6116a6ce7ee374122b6 Mon Sep 17 00:00:00 2001 From: "goodsc.lee" Date: Sun, 10 Oct 2010 14:43:53 -0700 Subject: STANDBY mode and Polling loop Change-Id: Ib6563a94b29c7eb9de6615881eadbdf0e94994c8 S5PC11X: NFC: Enable the STANDBY mode and add enableDiscovery and disableDiscovery for polling loop. --- inc/phNfcConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/phNfcConfig.h') diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index 035d5bd..fd7b8a8 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -136,12 +136,12 @@ */ #ifndef NXP_SYSTEM_PWR_STATUS -#define NXP_SYSTEM_PWR_STATUS 0x00U +#define NXP_SYSTEM_PWR_STATUS 0x01U #endif /**< Default Session ID for Initialisation */ #ifndef DEFAULT_SESSION -#define DEFAULT_SESSION "NXP-NFC1" +#define DEFAULT_SESSION "NXP-NFCx" #endif -- cgit v1.1