Skip to content

Commit

Permalink
support RTE
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Feb 1, 2024
1 parent 0984389 commit 7855ca7
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 14 deletions.
1 change: 0 additions & 1 deletion perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ void delay_us(uint32_t wUs)
while(get_system_ticks() < lUs);
}

volatile int64_t observer;
void delay_ms(uint32_t wMs)
{
int64_t lMs = (int64_t)wMs * (int64_t)s_wMSUnit;
Expand Down
Loading

0 comments on commit 7855ca7

Please sign in to comment.