Skip to content

Commit

Permalink
nRF52: Forgot to add vars for MBED
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Nov 5, 2024
1 parent e64f6c9 commit c7ce869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AutoAnalogAudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ class AutoAnalog
inline static uint16_t *dacBuf0;
inline static uint16_t *dacBuf1;
inline static uint32_t sampleCounter;
uint8_t enableADC;
uint8_t enableDAC;
bool whichBuf;
bool adcWhichBuf;

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

0 comments on commit c7ce869

Please sign in to comment.