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 14:49:53 +0300
committerGitHub <noreply@github.com>2016-07-06 14:49:53 +0300
commit810bfaf0ad3ed044809c8d9778a36545307f2eff (patch)
tree0b4d3ff06c70fda156270f48827b9adf87a4b3a2
parent3152b31a28b0e45a3adc994efb1a80706d3e19cb (diff)
Update clunet.c
clunet_data_received function now static, so hex become smaller
-rw-r--r--clunet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clunet.c b/clunet.c
index 079b03a..22f5dd4 100644
--- a/clunet.c
+++ b/clunet.c
@@ -192,7 +192,7 @@ clunet_send(const uint8_t address, const uint8_t prio, const uint8_t command, co
}
}
-inline void
+static inline void
clunet_data_received(const uint8_t src_address, const uint8_t dst_address, const uint8_t command, char* data, const uint8_t size)
{
if (on_data_received_sniff)