Skip to content

Commit 83345ad

Browse files
0xc0170Bartek Szatkowski
authored andcommitted
nrf5: ifx RTC IRQ declaration, it's not stacless for IAR
1 parent 4846756 commit 83345ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

targets/TARGET_NORDIC/TARGET_NRF5/us_ticker.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ void COMMON_RTC_IRQ_HANDLER(void)
7777
}
7878
}
7979

80-
#if (defined (__ICCARM__)) && defined(TARGET_MCU_NRF51822)//IAR
81-
__stackless __task
82-
#endif
8380
void RTC1_IRQHandler(void);
8481

8582
void common_rtc_init(void)

0 commit comments

Comments
 (0)