code update
[adaptation/devices/nfc-plugin-nxp.git] / src / phDal4Nfc.h
index 908f3d7..3e39130 100644 (file)
@@ -127,19 +127,6 @@ typedef struct phDal4Nfc_Message
     pphNfcIF_Transact_Completion_CB_t   writeCbPtr;\r
 } phDal4Nfc_Message_t,*pphDal4Nfc_Message_t;\r
 \r
-/**
- * \ingroup grp_nfc_dal
- *\brief Possible DAL Configuration exposed to upper layer.
- * Typically this should be port name (Ex:"COM1","COM2") to which PN544 is connected.
- */
-#define   PN544_LINK_TYPE_UART ENUM_LINK_TYPE_UART\r
-#define   PN544_LINK_TYPE_I2C ENUM_LINK_TYPE_I2C\r
-#define   PN544_LINK_TYPE_USB ENUM_LINK_TYPE_USB\r
-#define   PN544_LINK_TYPE_TCP ENUM_LINK_TYPE_TCP\r
-
-#define   PN544_LINK_TYPE_NB ENUM_LINK_TYPE_NB\r
-typedef phLibNfc_eConfigLinkType phDal4Nfc_eConfigLinkType;
-
 typedef phLibNfc_sConfig_t phDal4Nfc_sConfig_t;\r
 typedef phLibNfc_sConfig_t *pphDal4Nfc_sConfig_t;\r
 \r
@@ -505,8 +492,8 @@ typedef phLibNfc_sConfig_t *pphDal4Nfc_sConfig_t;
  *\r
  *\brief  Aborts read wait opertaion.\r
  *\r
- * This asynchronous function issues cancellation of the outstanding\r
- * \b \e phDal4Nfc_ReadWait request.If upper layer wants to cancel the\r
+ * This asynchronous function issues cancellation of the outstanding \r
+ * \b \e phDal4Nfc_ReadWait request.If upper layer wants to cancel the \r
  * ongoing read wait operation this function is used. e.g. to abort the\r
  * transactions.\r
  *\r