Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/clunet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clunet.h2
1 files changed, 1 insertions, 1 deletions
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);