From 810bfaf0ad3ed044809c8d9778a36545307f2eff Mon Sep 17 00:00:00 2001 From: "Sergey V. DUDANOV" Date: Wed, 6 Jul 2016 15:49:53 +0400 Subject: Update clunet.c clunet_data_received function now static, so hex become smaller --- clunet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3