Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 92cc76d

Browse files
committed
Typo: timeout vs. timeOut
Last minute changes to the code in PR436. CI did not catch the issue. This time around, I was able to build and verify the code works as expected.
1 parent 1a8e151 commit 92cc76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adaptations/device-layer/FreeRTOS/SystemTimeSupport.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ uint64_t FreeRTOSTicksSinceBoot(void)
7171
{
7272
// Note that sNumOverflows may be quite stale, and under those
7373
// circumstances, the function may violate monotonicity guarantees
74-
timeout.xTimeOnEntering = xTaskGetTickCountFromISR();
75-
timeout.xOverflowCount = sNumOfOverflows;
74+
timeOut.xTimeOnEntering = xTaskGetTickCountFromISR();
75+
timeOut.xOverflowCount = sNumOfOverflows;
7676
}
7777
else
7878
{

0 commit comments

Comments
 (0)