Make set_bits_in_byte() static (like for get_bits_in_byte)

master-31012017
marcas756 2016-07-30 12:57:09 +02:00
parent dbb82f2439
commit 520117b188
1 changed files with 1 additions and 1 deletions

View File

@ -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;