Skip to content

Commit

Permalink
nuttx: Adapt to new function names
Browse files Browse the repository at this point in the history
VELAPLATFO-7449

Change-Id: Id38ebd39f6c31ba15ba53e1f1964b9eac5eac00d
Signed-off-by: genglong <[email protected]>
  • Loading branch information
genglong authored and guoshichao committed Oct 16, 2024
1 parent b6f9586 commit 887a862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/src/qemu/qemu_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
void up_idle(void)
{
#ifdef CONFIG_ARCH_TRUSTZONE_SECURE
sm_switch_nsec();
arm_sm_switch_nsec();
#else
#if defined(CONFIG_SUPPRESS_INTERRUPTS) || defined(CONFIG_SUPPRESS_TIMER_INTS)
/* If the system is idle and there are no timer interrupts, then process
Expand Down

0 comments on commit 887a862

Please sign in to comment.