lotus: Need to define ADC IRQ priority

Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
This commit is contained in:
Daniel Schaefer 2023-01-04 15:40:57 +08:00
parent 04d20771f4
commit 116a4af371

View File

@ -17,3 +17,10 @@
// For single-zone backlight
#undef RP_PWM_USE_PWM4
#define RP_PWM_USE_PWM4 TRUE
/*
* IRQ system settings.
* Need to define this for the ADC code to compile.
*/
#define RP_IRQ_ADC1_PRIORITY 3