From 520117b188b1dfc3ee29798757f395eb47b149a1 Mon Sep 17 00:00:00 2001 From: marcas756 Date: Sat, 30 Jul 2016 12:57:09 +0200 Subject: [PATCH] Make set_bits_in_byte() static (like for get_bits_in_byte) --- core/net/rime/chameleon-bitopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/net/rime/chameleon-bitopt.c b/core/net/rime/chameleon-bitopt.c index 78bb58ebc..f659b312b 100644 --- a/core/net/rime/chameleon-bitopt.c +++ b/core/net/rime/chameleon-bitopt.c @@ -169,7 +169,7 @@ header_size(const struct packetbuf_attrlist *a) return size; } /*---------------------------------------------------------------------------*/ -void CC_INLINE +static void CC_INLINE set_bits_in_byte(uint8_t *target, int bitpos, uint8_t val, int vallen) { unsigned short shifted_val;