PHRTOS_MAX_DELAY is defined with a 36-bit value but should be a 32-bit value in phRtos_NoRtos.h

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PHRTOS_MAX_DELAY is defined with a 36-bit value but should be a 32-bit value in phRtos_NoRtos.h

477 Views
roberto74
Contributor I

See the file .\PN7462AU\phCommon\inc\wrapper\phRtos_NoRtos.h of the NXP NFC Reader Library for details.

According to the Readme.txt my version of the NFC Reader Library is v05.22.01.

In my opinion PHRTOS_MAX_DELAY should NOT be assigned a 36-bit value but 32-bit:

Curently defined as:

#define PHRTOS_MAX_DELAY (0xFFFFFFFFFUL)

But should be:

#define PHRTOS_MAX_DELAY (0xFFFFFFFFUL)

Kind regards,

Robert

Labels (1)
0 Kudos
1 Reply

427 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hello Robert,

Thanks for reporting this! I will let the owner know about it.

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos