mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +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) {
|
if (SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) {
|
||||||
// Update pending.
|
// 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).
|
// (Will be cleared when serviced).
|
||||||
// Note that multiple rollovers are not considered.
|
// Note that multiple rollovers are not considered.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue