5 lines
119 B
C
5 lines
119 B
C
#pragma once
|
|
|
|
// Запуск задачи отправки (1 Гц)
|
|
void sender_task_start();
|
|
void sender_task_stop(); |