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 fe2144f commit 834a302Copy full SHA for 834a302
TESTS/mbed_hal/ticker/main.cpp
@@ -1569,8 +1569,8 @@ static void test_overflow_event_update_when_spurious_interrupt()
1569
*/
1570
static void test_irq_handler_single_event()
1571
{
1572
- const timestamp_t event_timestamp = 0xAAAAAAAA;
1573
- const timestamp_t interface_timestamp_after_irq = event_timestamp + 100;
+ static const timestamp_t event_timestamp = 0xAAAAAAAA;
+ static const timestamp_t interface_timestamp_after_irq = event_timestamp + 100;
1574
1575
uint32_t handler_call = 0;
1576
struct irq_handler_stub_t {
0 commit comments