Skip to content

Commit

Permalink
nrfx_nfct: remove unused enum
Browse files Browse the repository at this point in the history
  • Loading branch information
petterssonandreas authored and nika-nordic committed Jan 18, 2022
1 parent 30cf7c6 commit 0805a0b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hal/nrf_nfct.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,6 @@ typedef enum
NRF_NFCT_SENSRES_PLATFORM_CONFIG_OTHER = 0 << NFCT_SENSRES_PLATFCONFIG_Pos
} nrf_nfct_sensres_platform_config_t;

/** @brief Bit masks for SEL_RES NFC frame configuration. */
typedef enum
{
NRF_NFCT_SELRES_CASCADE_MASK = NFCT_SELRES_CASCADE_Msk, /**< SEL_RES Cascade field bit mask. */
NRF_NFCT_SELRES_PROTOCOL_MASK = NFCT_SELRES_PROTOCOL_Msk /**< SEL_RES Protocol field bit mask. */
} nrf_nfct_selres_t;

/**
* @brief Protocol NFC field (bits b7 and b6) configuration for the SEL_RES frame according to
* the NFC Forum Digital Protocol Technical Specification.
Expand Down

0 comments on commit 0805a0b

Please sign in to comment.