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:
authorSergey V. DUDANOV <sergey.dudanov@gmail.com>2016-07-06 16:17:06 +0300
committerGitHub <noreply@github.com>2016-07-06 16:17:06 +0300
commit29f6b3fef0e3bb63e22db6022a3dcc38c363ccfe (patch)
treed96748f3a822bc89eb92dc397f3862fede47407f
parent77f6e44f115dad90dcf6e00543517e42041060d7 (diff)
Update clunet.h
-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);