Clean up systick.c

This commit is contained in:
2021-10-10 21:02:39 +02:00
parent 1722ba7e5d
commit 45145c1f36
2 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ void systick_wait_ms(uint32_t ms);
* @warning Use this with care in interrupts. It may lead to race conditions. It is generally safe for use in standard program flow though.
* @return Global millisecond tick.
*/
uint64_t systick_get_global_tick();
uint64_t systick_get_global_tick(void);
/**
* @brief Calculate the uptime from the current millisecond tick.