lotus: Changes needed for latest changes from master

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-03-22 03:07:06 +08:00
parent 15e1549954
commit a070c1c87c
2 changed files with 2 additions and 3 deletions

View File

@ -3,8 +3,6 @@
#pragma once
#include <config_common.h>
// Allow (emulated) EEPROM reset using VIA
#define VIA_EEPROM_ALLOW_RESET

View File

@ -23,6 +23,7 @@
/*
* IRQ system settings.
* Need to define this for the ADC code to compile.
* TODO: Default is 3, should it be 2?
*/
#undef RP_IRQ_ADC1_PRIORITY
#define RP_IRQ_ADC1_PRIORITY 2