remove typo

This commit is contained in:
Martmists 2021-07-29 23:56:13 +02:00
parent 2e6f8d6daa
commit fba6de29a4

View File

@ -19,7 +19,7 @@ public:
bool enabled; bool enabled;
bool configureOk; bool configureOk;
uint32_t sampleRate; uint32_t sampleRate;
effect_config_t config{}; effect_config_t config;
// Misc data here? // Misc data here?
// TODO: Figure out what buffer is used for // TODO: Figure out what buffer is used for