Skip to content

Commit 9b68c8e

Browse files
author
Richard Unger
committed
fix [BUG] RP2040 ADC Engine #264
1 parent 3bb05d0 commit 9b68c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/current_sense/hardware_specific/rp2040/rp2040_mcu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "hardware/dma.h"
1111
#include "hardware/irq.h"
1212
#include "hardware/pwm.h"
13+
#include "hardware/adc.h"
1314

1415

1516
/* Singleton instance of the ADC engine */

0 commit comments

Comments
 (0)