6 lines
118 B
C
6 lines
118 B
C
#pragma once
|
||
|
||
#include "ringbuf.h"
|
||
|
||
void sampler_task_start();
|
||
ringbuf_t* sampler_get_buffer(); // ← ВОТ ЭТО
|