Skip to content

Commit c7ce869

Browse files
committed
nRF52: Forgot to add vars for MBED
1 parent e64f6c9 commit c7ce869

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AutoAnalogAudio.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ class AutoAnalog
215215
inline static uint16_t *dacBuf0;
216216
inline static uint16_t *dacBuf1;
217217
inline static uint32_t sampleCounter;
218+
uint8_t enableADC;
219+
uint8_t enableDAC;
220+
bool whichBuf;
221+
bool adcWhichBuf;
218222

219223
#elif defined (ARDUINO_ARCH_NRF52840) || defined (ARDUINO_ARCH_NRF52) || defined (ARDUINO_NRF52840_FEATHER) && !defined __MBED__
220224
uint16_t *dacBuf0;

0 commit comments

Comments
 (0)