Trigger sync lost every 2^32 CPU cycles #1873

only a random code comment
This commit is contained in:
rusefi 2020-10-11 18:17:30 -04:00
parent 2d9a63b8ef
commit 9653eebe9d
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ efitimeus_t getTimeNowUs(void);
*
* See getTimeNowLowerNt for a quicker version which returns only lower 32 bits
* Lower 32 bits are enough if all we need is to measure relatively short time durations
* (BTW 2^32 cpu cycles at 168MHz is 25.59 seconds)
*/
efitick_t getTimeNowNt(void);