many many small changes
switched to the new logging here and there some cleanups worked on i2S base class for files id3 parsing
This commit is contained in:
@@ -165,6 +165,8 @@ private:
|
||||
// init static class members
|
||||
|
||||
#ifdef I2S2_IMPLEMENTATION
|
||||
DMAMEM __attribute__((aligned(32))) int16_t I2S2::buffer[I2S2_BUFFER_SAMPLES];
|
||||
I2S2::State I2S2::state;
|
||||
//template<> DMAMEM __attribute__((aligned(32))) int16_t I2SBase<I2S2>::buffer[I2S2_BUFFER_SAMPLES];
|
||||
//template<> I2SBase<I2S2>::State I2SBase<I2S2>::state;
|
||||
DMAMEM __attribute__((aligned(32))) int16_t I2S2::buffer[I2S2_BUFFER_SAMPLES];
|
||||
I2S2::State I2S2::state;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user