We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7003e18 + 80e1b12 commit 1a123ecCopy full SHA for 1a123ec
cores/nRF5/utility/SoftwareTimer.cpp
@@ -44,7 +44,7 @@ bool SoftwareTimer::start(void)
44
bool ret = true;
45
if ( isInISR() )
46
{
47
- BaseType_t ret, xHigherPriorityTaskWoken = pdFALSE;
+ BaseType_t xHigherPriorityTaskWoken = pdFALSE;
48
ret = (pdPASS == xTimerStartFromISR(_handle, &xHigherPriorityTaskWoken));
49
portYIELD_FROM_ISR(xHigherPriorityTaskWoken);
50
}else
0 commit comments