diff --git a/nfc/include/nfc_t2t_lib.h b/nfc/include/nfc_t2t_lib.h index 875b251677..9c5ddd087b 100644 --- a/nfc/include/nfc_t2t_lib.h +++ b/nfc/include/nfc_t2t_lib.h @@ -203,7 +203,6 @@ int nfc_t2t_payload_raw_set(const u8_t *payload, * * @note When modifying the internal bytes, remember that they must be * consistent with the NFC hardware register settings - * (see @ref nfc_t2t_format_internal). * * @param data Pointer to the memory area containing the data. * @param data_length Size of the data in bytes. diff --git a/nfc/include/nfc_t4t_lib.h b/nfc/include/nfc_t4t_lib.h index 053834be55..9636c84691 100644 --- a/nfc/include/nfc_t4t_lib.h +++ b/nfc/include/nfc_t4t_lib.h @@ -42,8 +42,7 @@ * * @note If you are using nRF52832 chip (in IC rev. Engineering B or * Engineering C) or if You are using nRF52840 chip (in IC rev. Engineering A, - * B or C) library will use TIMER 4 to apply workarounds for the anomalies - * listed in @ref nfc_fixes.h + * B or C) library will use TIMER 4 to apply workarounds for the anomalies. */ #include