7 lines
109 B
C
7 lines
109 B
C
#ifndef FREQ_SLIDER_H_
|
|
#define FREQ_SLIDER_H_
|
|
|
|
void freq_slider_task(void* param);
|
|
|
|
#endif // FREQ_SLIDER_H_
|