1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

Travis kick

This commit is contained in:
jflyper 2016-10-08 07:20:40 +09:00
parent e948498695
commit 76392c2da7

View file

@ -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.