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.
1 parent e2fe49d commit b9814faCopy full SHA for b9814fa
TESTS/mbed_hal/common_tickers/main.cpp
@@ -117,7 +117,7 @@ void ticker_event_handler_stub(const ticker_data_t * const ticker)
117
}
118
119
/* Indicate that ISR has been executed in interrupt context. */
120
- if (IS_IRQ_MODE()) {
+ if (IsIrqMode()) {
121
intFlag++;
122
123
TESTS/mbed_hal/lp_ticker/main.cpp
@@ -63,7 +63,7 @@ void overflow_protect()
63
void ticker_event_handler_stub(const ticker_data_t * const ticker)
64
{
65
66
67
68
69
0 commit comments