Skip to content

Commit

Permalink
fix unused compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
onkwon committed Jan 13, 2024
1 parent ef9ce7a commit 1aa2e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/stm32/cpuload.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ void on_sleep_enter(uint32_t tick)
#if 0
HAL_SuspendTick();
#endif
(void)tick;
}

void on_sleep_exit(uint32_t tick)
{
#if 0
HAL_ResumeTick();
#endif
(void)tick;
}

uint8_t board_cpuload(void)
Expand Down

0 comments on commit 1aa2e76

Please sign in to comment.