const parameter to rimbuef_copyfrom()

This commit is contained in:
adamdunkels 2007-10-25 12:48:46 +00:00
parent b96f9cb553
commit feed6cf679
2 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rimebuf.c,v 1.8 2007/03/31 18:31:28 adamdunkels Exp $
* $Id: rimebuf.c,v 1.9 2007/10/25 12:48:46 adamdunkels Exp $
*/
/**
@ -75,7 +75,7 @@ rimebuf_clear(void)
}
/*---------------------------------------------------------------------------*/
int
rimebuf_copyfrom(u8_t *from, u16_t len)
rimebuf_copyfrom(const u8_t *from, u16_t len)
{
u16_t l;