mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-16 18:25:31 +01:00
applied platformio structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "DecoderGlobals.h"
|
||||
|
||||
bell::DecodersInstance* bell::decodersInstance;
|
||||
|
||||
void bell::createDecoders() {
|
||||
bell::decodersInstance = new bell::DecodersInstance();
|
||||
}
|
||||
Reference in New Issue
Block a user