Skip to content

Commit 5553f83

Browse files
committed
Update MXRT sleep function
Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 70fa577 commit 5553f83

File tree

1 file changed

+0
-4
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_IMX

1 file changed

+0
-4
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_IMX/sleep.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ extern bool serial_check_tx_ongoing();
2323

2424
void hal_sleep(void)
2525
{
26-
vPortPRE_SLEEP_PROCESSING(kCLOCK_ModeWait);
27-
2826
__DSB();
2927
__WFI();
3028
__ISB();
31-
32-
vPortPOST_SLEEP_PROCESSING(kCLOCK_ModeWait);
3329
}
3430

3531
void hal_deepsleep(void)

0 commit comments

Comments
 (0)