Clean up systick.c
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user