Dont use ADC IRQ

This commit is contained in:
Ben V. Brown
2024-05-24 23:21:52 +10:00
committed by Ben V. Brown
parent 348c86bb2a
commit 7c7c410280
3 changed files with 56 additions and 75 deletions

View File

@@ -19,7 +19,6 @@ extern "C" {
void timer0_comp0_callback(void);
void timer0_comp1_callback(void);
void timer0_comp2_callback(void);
void adc_fifo_irq(void);
void GPIO_IRQHandler(void);
#ifdef __cplusplus
}