mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Travis kick
This commit is contained in:
parent
e948498695
commit
76392c2da7
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ uint32_t microsISR(void)
|
|||
|
||||
if (SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) {
|
||||
// Update pending.
|
||||
// Remember it for multiple calls within the same rollover period
|
||||
// Record it for multiple calls within the same rollover period
|
||||
// (Will be cleared when serviced).
|
||||
// Note that multiple rollovers are not considered.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue