mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 19:07:41 +00:00
Make set_bits_in_byte() static (like for get_bits_in_byte)
This commit is contained in:
parent
dbb82f2439
commit
520117b188
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user