From 29f6b3fef0e3bb63e22db6022a3dcc38c363ccfe Mon Sep 17 00:00:00 2001 From: "Sergey V. DUDANOV" Date: Wed, 6 Jul 2016 17:17:06 +0400 Subject: Update clunet.h --- clunet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clunet.h b/clunet.h index e0b4bd0..f82a0ba 100644 --- a/clunet.h +++ b/clunet.h @@ -227,7 +227,7 @@ void clunet_init(); // Возвращает 0, если готов к передаче, иначе приоритет текущей задачи -int clunet_ready_to_send(); +uint8_t clunet_ready_to_send(); // Отправка пакета void clunet_send(const uint8_t address, const uint8_t prio, const uint8_t command, const char* data, const uint8_t size); -- cgit v1.2.3