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;