Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-sch authored Oct 13, 2024
1 parent 57d00c8 commit a8b7d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ By actively checking the current time and using short sleep intervals, a custom
```C
int precise_wait(int duration_to_wait)
{
t_ull time_stop_waiting;
t_ull current_time;
unsigned long long time_stop_waiting;
unsigned long long current_time;

time_stop_waiting = get_time();
if (time_stop_waiting == 0)
Expand Down

0 comments on commit a8b7d5b

Please sign in to comment.