Expand documentation
This commit is contained in:
@@ -106,7 +106,8 @@ bool __attribute__((optimize("O3"))) systick_ticks_have_passed(uint64_t start_ti
|
||||
/**
|
||||
* @brief Interrupt Handler for SysTick
|
||||
*
|
||||
* This handler is called every millisecond
|
||||
* This handler is called every 100 us.
|
||||
* It is important to keep this function simple as it is called that often and may prevent program flow.
|
||||
*
|
||||
* @warning For calling cyclic functions use separate timers/flags and don't spoil this function
|
||||
*/
|
||||
|
Reference in New Issue
Block a user