Skip to content

Commit

Permalink
Just for CI test - will upstream if CI is green
Browse files Browse the repository at this point in the history
Signed-off-by: Georgios Vasilakis <[email protected]>
  • Loading branch information
Vge0rge committed Jan 9, 2025
1 parent 8475b5d commit c1ab06a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
*/
#define _ISR_OFFSET (TIMER0_IRQn + 1)
#elif defined(CONFIG_SOC_SERIES_NRF54LX)
/* For nRF54L Series, use SWI00-02 interrupt lines. */
/* For nRF54L Series use SWI00-02 interrupt lines. */
#define _ISR_OFFSET SWI00_IRQn
/* For nRF54H and nRF92 Series use the last 3 interrupt IDs (468-470). */
#elif defined(CONFIG_SOC_SERIES_NRF54HX) || defined(CONFIG_SOC_SERIES_NRF92X)
/* For nRF54H and nRF92 Series, use BELLBOARD_0-2 interrupt lines. */
#define _ISR_OFFSET BELLBOARD_0_IRQn
#define _ISR_OFFSET PWM133_IRQn
#else
/* For other nRF targets, use TIMER0-2 interrupt lines. */
#define _ISR_OFFSET TIMER0_IRQn
Expand Down

0 comments on commit c1ab06a

Please sign in to comment.