mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
9 lines
128 B
C
9 lines
128 B
C
#ifndef CONTROLS_H
|
|
#define CONTROLS_H
|
|
|
|
#include "audio_controls.h"
|
|
|
|
const extern actrls_t LMS_controls[];
|
|
|
|
#endif // CONTROLS_H
|