Skip to content

Commit

Permalink
Update interrupt.h
Browse files Browse the repository at this point in the history
Signed-off-by: DINESHKUMAR <[email protected]>
  • Loading branch information
DINESHKUMARK1 authored Oct 15, 2024
1 parent aa36046 commit 35b27e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zephyr/include/rtos/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ static inline void interrupt_unregister(uint32_t irq, const void *arg)
static inline int interrupt_get_irq(unsigned int irq, const char *cascade)
{
#if defined(CONFIG_LIBRARY) || defined(CONFIG_ACE) || defined(CONFIG_CAVS) || \
defined(CONFIG_ZEPHYR_POSIX) || (defined(CONFIG_IMX) && !defined(CONFIG_IMX8M)) \
|| defined(CONFIG_AMD)
defined(CONFIG_ZEPHYR_POSIX) || \
(defined(CONFIG_IMX) && !defined(CONFIG_IMX8M)) || defined(CONFIG_AMD)
return irq;
#else
if (cascade == irq_name_level2)
Expand Down

0 comments on commit 35b27e5

Please sign in to comment.