Add RTC IRQ Priority to RP2040 board files (#21926)

This commit is contained in:
Drashna Jaelre 2023-09-05 20:51:34 -07:00 committed by GitHub
parent 5633a2cdb4
commit 3aebc8acb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View file

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/*
* ADC driver system settings.

View file

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/*
* ADC driver system settings.

View file

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/*
* ADC driver system settings.

View file

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/*
* ADC driver system settings.