mirror of https://github.com/ARMmbed/mbed-os.git
Fix missmatch between feature branches and new CMSIS
parent
e2fe49d403
commit
b9814fae9b
|
@ -117,7 +117,7 @@ void ticker_event_handler_stub(const ticker_data_t * const ticker)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Indicate that ISR has been executed in interrupt context. */
|
/* Indicate that ISR has been executed in interrupt context. */
|
||||||
if (IS_IRQ_MODE()) {
|
if (IsIrqMode()) {
|
||||||
intFlag++;
|
intFlag++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@ void overflow_protect()
|
||||||
void ticker_event_handler_stub(const ticker_data_t * const ticker)
|
void ticker_event_handler_stub(const ticker_data_t * const ticker)
|
||||||
{
|
{
|
||||||
/* Indicate that ISR has been executed in interrupt context. */
|
/* Indicate that ISR has been executed in interrupt context. */
|
||||||
if (IS_IRQ_MODE()) {
|
if (IsIrqMode()) {
|
||||||
intFlag++;
|
intFlag++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue